bumped version to 0.7.11

This commit is contained in:
Tobias Wellnitz, DH1TW 2022-12-03 23:16:16 +01:00
parent 696bfaca31
commit 755c74917c

View file

@ -1,3 +1,3 @@
VERSION = (0, 7, 10) VERSION = (0, 7, 11)
__release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:] __release__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
__version__ = '.'.join((str(VERSION[0]), str(VERSION[1]))) __version__ = '.'.join((str(VERSION[0]), str(VERSION[1])))