| changeset 140 | 9c258de524ef |
| parent 14 | f786cfad718c |
| child 554 | 765e7c443ebe |
| 139:f7c6c59dff95 | 140:9c258de524ef |
|---|---|
1 VERSION = (0, 2, 0, "final", 0) |
1 VERSION = (0, 3, 0, "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(): |