src/hdalab/__init__.py
changeset 380 58bc48201d0e
parent 376 c7ede051639b
child 381 33c56d713704
equal deleted inserted replaced
379:ea3173079318 380:58bc48201d0e
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (3, 0, 0, "alpha", 2)
     2 VERSION = (3, 0, 0, "alpha", 3)
     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]: