bump minor version

This commit is contained in:
Robin Müller 2023-01-28 14:51:25 +01:00
parent a9c23a4453
commit f99a3ab74a
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 5
VERSION_MINOR = 6
VERSION_REVISION = 0
__version__ = "2.5.0"
__version__ = "2.6.0"
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent