Skip to content

Commit

Permalink
fixed wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed Apr 11, 2021
1 parent 6939b19 commit 573c6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapwidgets/__init__.py
@@ -1,4 +1,4 @@
VERSION = (0, 2, 2)
VERSION = (0, 3, 1)
__version__ = '.'.join(map(str, VERSION))

from .widgets import GooglePointFieldWidget, GooglePointFieldInlineWidget, \
Expand Down

0 comments on commit 573c6ca

Please sign in to comment.