increment version 0.0.8
authordurandn
Tue, 11 Oct 2016 12:08:31 +0200
changeset 220 4860b7f056ae
parent 219 ce1e12435c44
child 221 87f4180e7814
increment version
src/iconolab/__init__.py
--- a/src/iconolab/__init__.py	Tue Oct 11 12:06:42 2016 +0200
+++ b/src/iconolab/__init__.py	Tue Oct 11 12:08:31 2016 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 7, "final", 0)
+VERSION = (0, 0, 8, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))