# HG changeset patch # User durandn # Date 1457962379 -3600 # Node ID c648c98bcee79ba19c0812f16b11011e1ae077a7 # Parent eb9e83610c99670f6db40d4447edf6199f000d46 increment version diff -r eb9e83610c99 -r c648c98bcee7 server/src/metaeducation/__init__.py --- a/server/src/metaeducation/__init__.py Mon Mar 14 14:17:29 2016 +0100 +++ b/server/src/metaeducation/__init__.py Mon Mar 14 14:32:59 2016 +0100 @@ -1,4 +1,4 @@ -VERSION = (0, 0, 6, "final", 0) +VERSION = (0, 0, 7, "final", 0) VERSION_STR = ".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))