bump eive-tmtc to v2.1.0

This commit is contained in:
Robin Müller 2023-01-12 16:17:14 +01:00
parent 5f3180dbc8
commit 1be338b272
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ from pathlib import Path
SW_NAME = "eive-tmtc"
VERSION_MAJOR = 2
VERSION_MINOR = 0
VERSION_REVISION = 2
VERSION_MINOR = 1
VERSION_REVISION = 0
__version__ = "2.0.2"
__version__ = "2.1.0"
EIVE_TMTC_ROOT = Path(__file__).parent
PACKAGE_ROOT = EIVE_TMTC_ROOT.parent

View File

@ -27,7 +27,7 @@ classifiers =
[options]
install_requires =
tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main#egg=tmtccmd
tmtccmd @ git+https://github.com/robamu-org/tmtccmd@4.0.0a1
packages = find:
python_requires = >=3.8
include_package_data = True