From 81d2d43024a972294b859679210c09a58d60b88a Mon Sep 17 00:00:00 2001 From: Martin Paces Date: Thu, 23 Mar 2023 18:35:40 +0100 Subject: [PATCH] Version bump 0.12.1 s Please enter the commit message for your changes. Lines starting --- eoxmagmod/eoxmagmod/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eoxmagmod/eoxmagmod/__init__.py b/eoxmagmod/eoxmagmod/__init__.py index f2e09a3..f7ea7b1 100644 --- a/eoxmagmod/eoxmagmod/__init__.py +++ b/eoxmagmod/eoxmagmod/__init__.py @@ -140,7 +140,7 @@ except ImportError: pass -__version__ = '0.12.0' +__version__ = '0.12.1' __author__ = 'Martin Paces (martin.paces@eox.at)' __copyright__ = 'Copyright (C) 2014-2022 EOX IT Services GmbH' __licence__ = 'EOX licence (MIT style)'