server/src/remieplt/__init__.py
changeset 19 e24870556c07
parent 3 fc0f3e398166
child 26 c5053c374f3c
--- a/server/src/remieplt/__init__.py	Thu Jul 16 08:42:10 2015 +0200
+++ b/server/src/remieplt/__init__.py	Thu Jul 16 13:01:36 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 0, "alpha", 0)
+VERSION = (0, 0, 1, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))