server/src/remieplt/__init__.py
changeset 48 3e7136c28fd2
parent 45 4e6bdb8c382c
child 52 d5f030dbdb47
--- a/server/src/remieplt/__init__.py	Mon Jul 20 16:15:55 2015 +0200
+++ b/server/src/remieplt/__init__.py	Mon Jul 20 16:36:59 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 8, "final", 0)
+VERSION = (0, 0, 9, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))