From b917358b9ff23e3f8b5eb168a5c364d050b3df78 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 22 Jun 2023 17:33:20 +0200 Subject: [PATCH] prep v5.0.0 --- eive_tmtc/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eive_tmtc/__init__.py b/eive_tmtc/__init__.py index 221aa0c..257095c 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -1,11 +1,11 @@ -__version__ = "4.1.0" +__version__ = "5.0.0" import logging from pathlib import Path SW_NAME = "eive-tmtc" -VERSION_MAJOR = 4 -VERSION_MINOR = 1 +VERSION_MAJOR = 5 +VERSION_MINOR = 0 VERSION_REVISION = 0 EIVE_TMTC_ROOT = Path(__file__).parent