From 79d900f57b38bbe644460503fc522bd732eaa9cb Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 17 May 2022 15:00:55 +0200 Subject: [PATCH] bump version --- config/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/__init__.py b/config/__init__.py index 56db5af..2e43775 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -1,6 +1,6 @@ SW_NAME = "eive" VERSION_MAJOR = 1 -VERSION_MINOR = 9 +VERSION_MINOR = 11 VERSION_SUBMINOR = 0 -__version__ = "1.9.0" +__version__ = "1.11.0"