prep v5.0.0
EIVE/-/pipeline/head Build started... Details

This commit is contained in:
Robin Müller 2023-06-22 17:33:20 +02:00
parent 5db9f383a6
commit b917358b9f
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
__version__ = "4.1.0"
__version__ = "5.0.0"
import logging
from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 4
VERSION_MINOR = 1
VERSION_MAJOR = 5
VERSION_MINOR = 0
VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent