src/iconolab_mcc/__init__.py
changeset 23 de3fd4f10d6f
parent 16 b2f6e066caa0
child 29 66e64416d29a
--- a/src/iconolab_mcc/__init__.py	Thu Jul 05 13:45:38 2018 +0200
+++ b/src/iconolab_mcc/__init__.py	Thu Jul 05 13:50:34 2018 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 32, "final", 0)
+VERSION = (0, 1, 33, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))