We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c022e41 commit 8d9724cCopy full SHA for 8d9724c
geoposition/__init__.py
@@ -3,7 +3,7 @@
3
4
default_app_config = 'geoposition.apps.GeoPositionConfig'
5
6
-VERSION = (0, 3, 3)
+VERSION = (0, 3, 4)
7
__version__ = '.'.join(map(str, VERSION))
8
9
0 commit comments