src/hdalab/__init__.py
changeset 428 1b2bf4e77e28
parent 425 c601e79e9774
child 429 cb6ca4772e2b
equal deleted inserted replaced
427:0cca16969c4b 428:1b2bf4e77e28
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 VERSION = (3, 0, 0, "alpha", 6)
     2 VERSION = (3, 0, 0, "alpha", 7)
     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]: