prepare for v2.10.0

This commit is contained in:
2023-02-03 16:41:09 +01:00
parent 5ed3cec20b
commit 04f5a76962
3 changed files with 8 additions and 4 deletions

View File

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