prepare v2.9.0

This commit is contained in:
2023-02-01 20:14:00 +01:00
parent 2cb923314b
commit d7c66e4ac3
2 changed files with 3 additions and 3 deletions

View File

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