this is annoying..

This commit is contained in:
Robin Müller 2023-01-28 15:01:31 +01:00
parent 6f783441be
commit 63d7f577b1
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 2 deletions

View File

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