new version after small corrections 00.00.07
authorymh <ymh.work@gmail.com>
Mon, 20 Jul 2015 11:48:12 +0200
changeset 41 2cb9eb6fa589
parent 40 b8a024a10c4c
child 42 e097bb049152
new version after small corrections
server/src/remieplt/__init__.py
--- a/server/src/remieplt/__init__.py	Mon Jul 20 11:38:11 2015 +0200
+++ b/server/src/remieplt/__init__.py	Mon Jul 20 11:48:12 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 6, "final", 0)
+VERSION = (0, 0, 7, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))