prep v5.1.0
Some checks failed
EIVE/-/pipeline/head There was a failure building this commit

This commit is contained in:
2023-06-28 13:39:20 +02:00
parent 8caa408cbd
commit 18304c31fa
2 changed files with 5 additions and 3 deletions

View File

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