From 42ef03a7924b6dd024070aec70cc8c713847f6d9 Mon Sep 17 00:00:00 2001 From: Martin Paces Date: Fri, 9 Dec 2022 10:58:38 +0100 Subject: [PATCH] Version bump (0.12.0) --- 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 37c900e..78dbb0e 100644 --- a/eoxmagmod/eoxmagmod/__init__.py +++ b/eoxmagmod/eoxmagmod/__init__.py @@ -140,7 +140,7 @@ except ImportError: pass -__version__ = '0.12.0a1' +__version__ = '0.12.0' __author__ = 'Martin Paces (martin.paces@eox.at)' __copyright__ = 'Copyright (C) 2014-2022 EOX IT Services GmbH' __licence__ = 'EOX licence (MIT style)'