Define version
authorymh <ymh.work@gmail.com>
Thu, 28 Jun 2018 15:23:55 +0200
changeset 558 0ea81613eaf8
parent 557 7301141078de
child 559 fee309a37e71
Define version
src/iconolab/__init__.py
--- a/src/iconolab/__init__.py	Thu Jun 28 15:14:22 2018 +0200
+++ b/src/iconolab/__init__.py	Thu Jun 28 15:23:55 2018 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 2, "final", 0)
+VERSION = (0, 1, 3, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i: "%02d" % (i,), VERSION[:2]))