bump eive-tmtc to v2.1.0

This commit is contained in:
2023-01-12 16:17:14 +01:00
parent 5f3180dbc8
commit 1be338b272
2 changed files with 4 additions and 4 deletions

View File

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