and a new patch release

This commit is contained in:
2023-01-12 17:12:16 +01:00
parent 677a0d70cc
commit d652c4663b
2 changed files with 5 additions and 3 deletions

View File

@ -3,9 +3,9 @@ from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 1
VERSION_REVISION = 0
VERSION_REVISION = 1
__version__ = "2.1.0"
__version__ = "2.1.1"
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent