Set version to 1.13 V01.13
authorveltr
Fri, 04 Jan 2013 18:13:55 +0100
changeset 66 331e70527d74
parent 65 5395d9566c62
child 67 051d6c03954c
Set version to 1.13
src/theend/__init__.py
--- a/src/theend/__init__.py	Fri Jan 04 18:12:10 2013 +0100
+++ b/src/theend/__init__.py	Fri Jan 04 18:13:55 2013 +0100
@@ -1,4 +1,4 @@
-VERSION = (1, 12, 0, "final", 0)
+VERSION = (1, 13, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))