server/src/remieplt/__init__.py
changeset 30 c27522a812f3
parent 28 bda0fb9b1ddd
child 32 16d85578e7d6
--- a/server/src/remieplt/__init__.py	Sun Jul 19 09:20:59 2015 +0200
+++ b/server/src/remieplt/__init__.py	Sun Jul 19 19:51:10 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 3, "final", 0)
+VERSION = (0, 0, 4, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))