mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
4 lines
153 B
Python
4 lines
153 B
Python
VERSION = (0, 7, 4)
|
|
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
|
|
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))
|