web/blinkster/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 02 May 2011 17:47:03 +0200
changeset 74 c18c0211348b
parent 65 3d18d15135f1
child 88 21611591da9b
permissions -rw-r--r--
prepare new version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
74
c18c0211348b prepare new version
ymh <ymh.work@gmail.com>
parents: 65
diff changeset
     1
VERSION = (0, 20)
5
10b1f6d8a5d2 first debug version
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     2
7
92ccb522e945 correct dependency loop
ymh <ymh.work@gmail.com>
parents: 5
diff changeset
     3
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))