From cb2772328d6457213f1d02dfc7cc755604091e2e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 13 Oct 2022 18:07: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 2e43775..f802189 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -1,6 +1,6 @@ SW_NAME = "eive" VERSION_MAJOR = 1 -VERSION_MINOR = 11 +VERSION_MINOR = 13 VERSION_SUBMINOR = 0 -__version__ = "1.11.0" +__version__ = "1.13.0"