increase version
authorymh <ymh.work@gmail.com>
Tue, 15 Jun 2010 00:28:36 +0200
changeset 43 365124aa9efd
parent 42 3c56afa6f3ea
child 44 704480d8fb14
increase version
web/eulalie/__init__.py
--- a/web/eulalie/__init__.py	Tue Jun 15 00:27:01 2010 +0200
+++ b/web/eulalie/__init__.py	Tue Jun 15 00:28:36 2010 +0200
@@ -1,4 +1,4 @@
-VERSION = (0,6)
+VERSION = (0,7)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))