src/hp/__init__.py
changeset 45 316a0101512e
parent 38 0fe2f3f5466f
child 48 dd48a380d640
equal deleted inserted replaced
44:0931f368cb9a 45:316a0101512e
     1 VERSION = (0, 1, 0, "alpha", 0)
     1 VERSION = (0, 2, 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():