src/hdalab/__init__.py
changeset 455 c122bc2c6f7e
parent 448 88b5e6785d47
child 464 209f6b75d9e5
equal deleted inserted replaced
454:9537d125f743 455:c122bc2c6f7e
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (3, 0, 0, "alpha", 8)
     2 VERSION = (3, 0, 0, "alpha", 9)
     3 
     3 
     4 
     4 
     5 def get_version():
     5 def get_version():
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     6     version = '%s.%s' % (VERSION[0], VERSION[1])
     7     if VERSION[2]:
     7     if VERSION[2]: