bump minor version

This commit is contained in:
2023-01-16 14:21:12 +01:00
parent 9d835e5705
commit a42cdcdfba
2 changed files with 9 additions and 3 deletions

View File

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