Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Baechler committed Apr 16, 2015
1 parent 4c9cc70 commit 93ea38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephantblog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import, unicode_literals

VERSION = (1, 0, 2, 'alpha')
VERSION = (1, 0, 2, 'beta')
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 93ea38f

Please sign in to comment.