src/hp/__init__.py
changeset 74 1b68d4acab0d
parent 66 47902abf7b0a
child 80 0fcb603b04eb
equal deleted inserted replaced
73:3290774ebb5c 74:1b68d4acab0d
     1 VERSION = (0, 5, 0, "alpha", 0)
     1 VERSION = (0, 6, 0, "alpha", 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():