Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius O committed Jan 18, 2016
1 parent 2542b1a commit 227f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geokey_airquality/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from geokey.extensions.base import register


VERSION = (0, 3, 0)
VERSION = (0, 4, 0)
__version__ = '.'.join(map(str, VERSION))

register(
Expand Down

0 comments on commit 227f08b

Please sign in to comment.