increment version V0.1-alpha.4
authorrougeronj
Thu, 01 Oct 2015 18:00:18 +0200
changeset 186 d79e844ca86b
parent 185 9a08647d9e59
child 187 fe5933b576a7
increment version
server/ammicosrv/__init__.py
--- a/server/ammicosrv/__init__.py	Thu Oct 01 17:59:08 2015 +0200
+++ b/server/ammicosrv/__init__.py	Thu Oct 01 18:00:18 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 0, "alpha", 3)
+VERSION = (0, 1, 0, "alpha", 4)
 
 VERSION_STR = u".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))