server/ammicosrv/__init__.py
changeset 186 d79e844ca86b
parent 181 6a27a4d81629
child 193 df333823b597
--- 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]))