Skip to content

Commit

Permalink
Increment patch number following bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBradbury committed Aug 10, 2018
1 parent db490a1 commit 667fbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geokey_wegovnow/__init__.py
@@ -1,6 +1,6 @@
"""Main initialization for the WeGovNow extension."""

VERSION = (3, 1, 1)
VERSION = (3, 1, 2)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit 667fbe8

Please sign in to comment.