Skip to content

Commit 280f162

Browse files
committed
Bumping version for release
1 parent 8e13e8e commit 280f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clustoapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__major__ = 0
88
__minor__ = 4
9-
__release__ = 1
9+
__release__ = 2
1010
__dotbranch__ = (__major__, __minor__,)
1111
__branch__ = u'.'.join([u'%s' % (_,) for _ in __dotbranch__])
1212
__dotversion__ = (__major__, __minor__, __release__,)

0 commit comments

Comments
 (0)