src/hdalab/__init__.py
changeset 372 c74b7a4a23fa
parent 369 7f0540d0436a
child 376 c7ede051639b
equal deleted inserted replaced
371:c70c34166758 372:c74b7a4a23fa
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (3, 0, 0, "alpha", 1)
     2 VERSION = (3, 0, 0, "alpha", 2)
     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]: