Changed version

This commit is contained in:
2021-11-02 18:42:13 +01:00
parent b3f8174663
commit 4ceea36926
4 changed files with 7 additions and 7 deletions

View File

@@ -15,11 +15,11 @@ __title__ = 'cpl_query'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.10.0.post1'
__version__ = '2021.10.0.post2'
from collections import namedtuple
# imports:
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='2021', minor='10', micro='0.post1')
version_info = VersionInfo(major='2021', minor='10', micro='0.post2')