src/hp/__init__.py
changeset 86 37e079fca50f
parent 80 0fcb603b04eb
child 91 eb2aa2a469e2
equal deleted inserted replaced
85:22e6ab16d7b7 86:37e079fca50f
     1 VERSION = (0, 7, 0, "alpha", 0)
     1 VERSION = (0, 8, 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():