This commit is contained in:
2023-04-14 20:29:26 +02:00
parent a07f21329a
commit d00e4247f6
3 changed files with 9 additions and 5 deletions

View File

@ -1,12 +1,12 @@
__version__ = "2.22.1"
__version__ = "3.0.0"
import logging
from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 22
VERSION_REVISION = 1
VERSION_MAJOR = 3
VERSION_MINOR = 0
VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent