server/src/remieplt/__init__.py
changeset 32 16d85578e7d6
parent 30 c27522a812f3
child 34 9f9ba0566e01
--- a/server/src/remieplt/__init__.py	Sun Jul 19 19:51:26 2015 +0200
+++ b/server/src/remieplt/__init__.py	Sun Jul 19 23:43:59 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 4, "final", 0)
+VERSION = (0, 0, 5, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))