Fixed update command

This commit is contained in:
2023-06-13 15:56:46 +02:00
parent a3504af376
commit b3ed7101fc
18 changed files with 34 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ __title__ = "cpl_cli.abc"
__author__ = "Sven Heidemann"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2020 - 2023 sh-edraft.de"
__version__ = "2023.4.0.post2"
__version__ = "2023.4.0.post3"
from collections import namedtuple
@@ -23,4 +23,4 @@ from collections import namedtuple
# imports
VersionInfo = namedtuple("VersionInfo", "major minor micro")
version_info = VersionInfo(major="2023", minor="4", micro="0.post2")
version_info = VersionInfo(major="2023", minor="4", micro="0.post3")