From dd0a23244adfa9d371463e63e71f68cea35e2eef Mon Sep 17 00:00:00 2001 From: olaf michaelis Date: Fri, 3 Feb 2023 13:11:43 +0100 Subject: [PATCH] Bump version to 1.9.1 --- rdmo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdmo/__init__.py b/rdmo/__init__.py index 329afede7..6e3b6f6fd 100644 --- a/rdmo/__init__.py +++ b/rdmo/__init__.py @@ -1,5 +1,5 @@ __title__ = 'rdmo' -__version__ = '1.9.0' +__version__ = '1.9.1' __author__ = 'RDMO Arbeitsgemeinschaft' __email__ = 'rdmo-team@listserv.dfn.de' __license__ = 'Apache-2.0'