We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e13e8e commit 280f162Copy full SHA for 280f162
clustoapi/__init__.py
@@ -6,7 +6,7 @@
6
7
__major__ = 0
8
__minor__ = 4
9
-__release__ = 1
+__release__ = 2
10
__dotbranch__ = (__major__, __minor__,)
11
__branch__ = u'.'.join([u'%s' % (_,) for _ in __dotbranch__])
12
__dotversion__ = (__major__, __minor__, __release__,)
0 commit comments