prep v4.1.0

This commit is contained in:
2023-06-14 06:16:17 +02:00
parent 0ad0dc391d
commit dcf1483c47
2 changed files with 8 additions and 2 deletions

View File

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