web/ldtplatform/__init__.py
changeset 140 9c258de524ef
parent 14 f786cfad718c
child 554 765e7c443ebe
--- a/web/ldtplatform/__init__.py	Thu Aug 18 12:26:20 2011 +0200
+++ b/web/ldtplatform/__init__.py	Thu Aug 18 13:27:23 2011 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 2, 0, "final", 0)
+VERSION = (0, 3, 0, "final", 0)
 
 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))