Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bashu committed Aug 15, 2015
1 parent c47929e commit 6b09f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenancemode/__init__.py
@@ -1,3 +1,3 @@
VERSION = (0, 10, 1)
VERSION = (0, 11, 0)

__version__ = '.'.join([str(n) for n in VERSION])

0 comments on commit 6b09f2a

Please sign in to comment.