always forggetting it..

This commit is contained in:
Robin Müller 2023-01-23 17:42:50 +01:00
parent 0a7feff169
commit 0010ac581a
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 3
VERSION_MINOR = 4
VERSION_REVISION = 1
__version__ = "2.3.1"
__version__ = "2.4.1"
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent