src/hdalab/__init__.py
changeset 542 a4085fc63d21
parent 538 ef8bc1204620
child 543 126397b447c9
equal deleted inserted replaced
541:05ed94112e9e 542:a4085fc63d21
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 from __future__ import absolute_import
     2 from __future__ import absolute_import
     3 
     3 
     4 VERSION = (3, 0, 0, "rc", 3)
     4 VERSION = (3, 0, 0, "rc", 4)
     5 
     5 
     6 
     6 
     7 def get_version():
     7 def get_version():
     8     version = '%s.%s' % (VERSION[0], VERSION[1])
     8     version = '%s.%s' % (VERSION[0], VERSION[1])
     9     if VERSION[2]:
     9     if VERSION[2]: