Increment version 0.0.28
authorymh <ymh.work@gmail.com>
Thu, 12 Oct 2017 17:33:07 +0200
changeset 530 9ee6eeb39779
parent 529 4637e536a126
child 531 fa14d77ec13a
Increment version
src/iconolab/__init__.py
--- a/src/iconolab/__init__.py	Thu Oct 12 17:29:57 2017 +0200
+++ b/src/iconolab/__init__.py	Thu Oct 12 17:33:07 2017 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 27, "final", 0)
+VERSION = (0, 0, 28, "final", 0)
 
 VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))