src/hp/__init__.py
changeset 48 dd48a380d640
parent 45 316a0101512e
child 66 47902abf7b0a
equal deleted inserted replaced
47:6bebef3405d5 48:dd48a380d640
     1 VERSION = (0, 2, 0, "alpha", 0)
     1 VERSION = (0, 4, 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():