bump version to 0.0.11 00.00.11
authordurandn
Thu, 23 Jul 2015 18:24:26 +0200
changeset 63 530ddc821956
parent 62 86edb66e06c7
child 64 9be26d1177a0
bump version to 0.0.11
server/src/remieplt/__init__.py
--- a/server/src/remieplt/__init__.py	Thu Jul 23 13:32:35 2015 +0200
+++ b/server/src/remieplt/__init__.py	Thu Jul 23 18:24:26 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 0, 10, "final", 0)
+VERSION = (0, 0, 11, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))