Skip to content

Commit b5433a9

Browse files
committed
Updated readme.md and bumped version to 0.6.0 for release
1 parent f5de211 commit b5433a9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ For example, if we want to change the marker icon in the above example, add the
7575

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

78+
## Contributors
79+
80+
A big thank you, goes to all the contributors of this project!
81+
82+
<a href="https://github.com/JaWeilBaum/pyqtlet2/graphs/contributors">
83+
<img src="https://contrib.rocks/image?repo=JaWeilBaum/pyqtlet2" />
84+
</a>
85+
7886
## Contributing
7987
In terms of contributing, there is a lot of work that still needs to be done.
8088
Specifically, there are a lot of leaflet features that need to be ported into pyqtlet. All contributions welcome.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pyqtlet2',
5-
version='0.5.0',
5+
version='0.6.0',
66
description='Bringing leaflet maps to PyQt',
77
author='Leon Friedmann',
88
author_email='leon.friedmann@tum.de',

0 commit comments

Comments
 (0)