Skip to content

Commit

Permalink
Bumping version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
thekad committed Jul 24, 2015
1 parent 84d0330 commit 70ef121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clustoapi/__init__.py
Expand Up @@ -5,8 +5,8 @@
#

__major__ = 0
__minor__ = 4
__release__ = 2
__minor__ = 5
__release__ = 0
__dotbranch__ = (__major__, __minor__,)
__branch__ = u'.'.join([u'%s' % (_,) for _ in __dotbranch__])
__dotversion__ = (__major__, __minor__, __release__,)
Expand Down

0 comments on commit 70ef121

Please sign in to comment.