Skip to content

Commit

Permalink
Updated readme.md and bumped version to 0.6.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JaWeilBaum committed Feb 15, 2022
1 parent f5de211 commit b5433a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ For example, if we want to change the marker icon in the above example, add the

This technique will allow users to use all the features available in leaflet.

## Contributors

A big thank you, goes to all the contributors of this project!

<a href="https://github.com/JaWeilBaum/pyqtlet2/graphs/contributors">
<img src="https://contrib.rocks/image?repo=JaWeilBaum/pyqtlet2" />
</a>

## Contributing
In terms of contributing, there is a lot of work that still needs to be done.
Specifically, there are a lot of leaflet features that need to be ported into pyqtlet. All contributions welcome.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pyqtlet2',
version='0.5.0',
version='0.6.0',
description='Bringing leaflet maps to PyQt',
author='Leon Friedmann',
author_email='[email protected]',
Expand Down

0 comments on commit b5433a9

Please sign in to comment.