server/src/remieplt/__init__.py
changeset 41 2cb9eb6fa589
parent 34 9f9ba0566e01
child 45 4e6bdb8c382c
--- 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])))