version number to 0.6 V00.06
authorcavaliet
Wed, 26 Jun 2013 09:56:23 +0200
changeset 151 8ff52b744683
parent 150 52841252db7f
child 152 52e64297d27a
version number to 0.6
src/egonomy/__init__.py
--- a/src/egonomy/__init__.py	Tue Jun 25 18:46:37 2013 +0200
+++ b/src/egonomy/__init__.py	Wed Jun 26 09:56:23 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 6, 0, "beta", 1)
+VERSION = (0, 6, 0, "final", 1)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))