bump minor version

This commit is contained in:
2023-04-07 18:11:45 +02:00
parent 004b561b7d
commit 9edbdf1a8d
2 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,11 @@
__version__ = "2.21.0"
__version__ = "2.22.0"
import logging
from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 21
VERSION_MINOR = 22
VERSION_REVISION = 0
EIVE_TMTC_ROOT = Path(__file__).parent