Bump version to 00.00.09 00.00.09
authorymh <ymh.work@gmail.com>
Mon, 20 Jul 2015 16:36:59 +0200
changeset 48 3e7136c28fd2
parent 47 eabe2e3112b3
child 49 b950c21d3ec9
Bump version to 00.00.09
server/src/remieplt/__init__.py
--- 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])))