From 0c6a9677e1b9b86456efff2e11ba31f99e15ac2a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 17 Apr 2023 11:43:43 +0200 Subject: [PATCH] bump patch revision --- 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 40d0230..fa6d179 100644 --- a/eive_tmtc/__init__.py +++ b/eive_tmtc/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.1.0" +__version__ = "3.1.1" import logging from pathlib import Path @@ -6,7 +6,7 @@ from pathlib import Path SW_NAME = "eive-tmtc" VERSION_MAJOR = 3 VERSION_MINOR = 1 -VERSION_REVISION = 0 +VERSION_REVISION = 1 EIVE_TMTC_ROOT = Path(__file__).parent PACKAGE_ROOT = EIVE_TMTC_ROOT.parent