From 37728829aa1f78ee3034c32c6dfc1e71b90be209 Mon Sep 17 00:00:00 2001 From: olaf michaelis Date: Wed, 25 May 2022 14:05:18 +0200 Subject: [PATCH] Bump version to 1.8.1 --- rdmo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdmo/__init__.py b/rdmo/__init__.py index a4109e9984..49c53695f7 100644 --- a/rdmo/__init__.py +++ b/rdmo/__init__.py @@ -1,5 +1,5 @@ __title__ = 'rdmo' -__version__ = '1.8.0' +__version__ = '1.8.1' __author__ = 'RDMO Arbeitsgemeinschaft' __email__ = 'rdmo-team@listserv.dfn.de' __license__ = 'Apache-2.0'