src/hp/__init__.py
changeset 80 0fcb603b04eb
parent 74 1b68d4acab0d
child 86 37e079fca50f
equal deleted inserted replaced
79:435851345c78 80:0fcb603b04eb
     1 VERSION = (0, 6, 0, "alpha", 0)
     1 VERSION = (0, 7, 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():