src/iconolab_mcc/__init__.py
changeset 29 66e64416d29a
parent 23 de3fd4f10d6f
child 31 2403c49a6d6e
--- a/src/iconolab_mcc/__init__.py	Thu Jul 05 14:12:50 2018 +0200
+++ b/src/iconolab_mcc/__init__.py	Wed Jul 18 18:20:48 2018 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 33, "final", 0)
+VERSION = (0, 1, 34, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))