update version following Raphael commit V01.12
authorymh <ymh.work@gmail.com>
Fri, 21 Dec 2012 16:30:31 +0100
changeset 61 b1c1ffd394a6
parent 60 f4a03f8bc37a
child 62 c1c52949dfc9
update version following Raphael commit
src/theend/__init__.py
--- a/src/theend/__init__.py	Fri Dec 21 15:45:10 2012 +0100
+++ b/src/theend/__init__.py	Fri Dec 21 16:30:31 2012 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 11, 0, "final", 0)
+VERSION = (1, 12, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))