increment version 0.0.9
authordurandn
Tue, 11 Oct 2016 12:17:53 +0200
changeset 223 bccebfc743bd
parent 222 7286815f4e16
child 224 cb79037eaa0c
increment version
src/iconolab/__init__.py
--- a/src/iconolab/__init__.py	Tue Oct 11 12:17:31 2016 +0200
+++ b/src/iconolab/__init__.py	Tue Oct 11 12:17:53 2016 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 8, "final", 0)
+VERSION = (0, 0, 9, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))