tag to 0.0.1 final
authorymh <ymh.work@gmail.com>
Wed, 31 Aug 2016 17:39:16 +0200
changeset 160 adfcc7c7bf1b
parent 159 a2e6d314da2f
child 161 67c0561598f6
tag to 0.0.1 final
src/iconolab/__init__.py
--- a/src/iconolab/__init__.py	Wed Aug 31 17:37:28 2016 +0200
+++ b/src/iconolab/__init__.py	Wed Aug 31 17:39:16 2016 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 1, "alpha", 0)
+VERSION = (0, 0, 1, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))