increment version
authordurandn
Tue, 25 Oct 2016 16:18:53 +0200
changeset 233 c8e69dc3aafd
parent 232 ba23092b436a
child 234 d25298bba28b
increment version
src/iconolab/__init__.py
--- a/src/iconolab/__init__.py	Mon Oct 24 14:04:26 2016 +0200
+++ b/src/iconolab/__init__.py	Tue Oct 25 16:18:53 2016 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 9, "final", 0)
+VERSION = (0, 0, 10, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))