server/src/remieplt/__init__.py
changeset 26 c5053c374f3c
parent 19 e24870556c07
child 28 bda0fb9b1ddd
equal deleted inserted replaced
25:25597c8092af 26:c5053c374f3c
     1 VERSION = (0, 0, 1, "final", 0)
     1 VERSION = (0, 0, 2, "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():