From 4e6f2b16ea77b9f8300a27928d7757db128d4b12 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 29 Nov 2022 16:57:16 +0100 Subject: [PATCH] bump version --- eive_tmtc/config/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eive_tmtc/config/__init__.py b/eive_tmtc/config/__init__.py index f802189..75a511b 100644 --- a/eive_tmtc/config/__init__.py +++ b/eive_tmtc/config/__init__.py @@ -1,6 +1,6 @@ -SW_NAME = "eive" -VERSION_MAJOR = 1 -VERSION_MINOR = 13 +SW_NAME = "eive-tmtc" +VERSION_MAJOR = 2 +VERSION_MINOR = 0 VERSION_SUBMINOR = 0 -__version__ = "1.13.0" +__version__ = "2.0.0"