server/src/remieplt/__init__.py
changeset 52 d5f030dbdb47
parent 48 3e7136c28fd2
child 63 530ddc821956
--- a/server/src/remieplt/__init__.py	Mon Jul 20 18:43:52 2015 +0200
+++ b/server/src/remieplt/__init__.py	Wed Jul 22 16:25:16 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 9, "final", 0)
+VERSION = (0, 0, 10, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))