1 VERSION = (0, 33)
1 VERSION = (0, 34)
2
3 VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION)))