From 1be338b27297d2db287cc2402b2df9928678382c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 12 Jan 2023 16:17:14 +0100 Subject: [PATCH] bump eive-tmtc to v2.1.0 --- eive_tmtc/__init__.py | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index ababc6f..379a947 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -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 diff --git a/setup.cfg b/setup.cfg index 64aee05..358d63f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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