From f99a3ab74a7c16ecdf67b45236779e5f3ff36d1d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 28 Jan 2023 14:51:25 +0100 Subject: [PATCH] bump minor version --- eive_tmtc/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index 256d804..2daf482 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 = 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