server/src/remieplt/__init__.py
changeset 34 9f9ba0566e01
parent 32 16d85578e7d6
child 41 2cb9eb6fa589
--- a/server/src/remieplt/__init__.py	Sun Jul 19 23:44:12 2015 +0200
+++ b/server/src/remieplt/__init__.py	Mon Jul 20 08:30:18 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 5, "final", 0)
+VERSION = (0, 0, 6, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))