changeset 30 | 0b39b98a5bc9 |
parent 24 | 79c9871cc035 |
child 33 | 7af893e283d6 |
29:2da61ee188e4 | 30:0b39b98a5bc9 |
---|---|
1 VERSION = (0, 1, 0, "final", 0) |
1 VERSION = (0, 1, 1, "final", 0) |
2 |
2 |
3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) |
3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) |
4 |
4 |
5 |
5 |
6 def get_version(): |
6 def get_version(): |