diff --git a/README.md b/README.md index d4f848e..c540583 100644 --- a/README.md +++ b/README.md @@ -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! + + + + + ## 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. diff --git a/setup.py b/setup.py index c555a56..1df94df 100644 --- a/setup.py +++ b/setup.py @@ -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='leon.friedmann@tum.de',