server/ammicosrv/__init__.py
changeset 174 fd166770bcee
parent 158 8b4c073a7c2c
child 181 6a27a4d81629
--- a/server/ammicosrv/__init__.py	Thu Jun 11 16:22:48 2015 +0200
+++ b/server/ammicosrv/__init__.py	Thu Jun 11 16:23:34 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 1, 0, "alpha", 1)
+VERSION = (0, 1, 0, "alpha", 2)
 
 VERSION_STR = u".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))