src/hp/__init__.py
changeset 101 90b23fa0684e
parent 97 29b5da1167c6
child 103 329e6650ee4e
equal deleted inserted replaced
100:7b02e345833e 101:90b23fa0684e
     1 VERSION = (0, 11, 0, "final", 0)
     1 VERSION = (0, 12, 0, "final", 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():