correct version number to 0.8.1 V00.08.01
authorcavaliet
Wed, 09 Oct 2013 12:14:45 +0200
changeset 250 46b71fc6de84
parent 249 28baed9f7f93
child 251 5124b8694b24
correct version number to 0.8.1
src/egonomy/__init__.py
--- a/src/egonomy/__init__.py	Wed Oct 09 12:13:52 2013 +0200
+++ b/src/egonomy/__init__.py	Wed Oct 09 12:14:45 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 7, 2, "final", 1)
+VERSION = (0, 8, 1, "final", 1)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))