diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 789d9b999..a04506f9f 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '6.1.1' +__version__ = '6.1.2' diff --git a/setup.cfg b/setup.cfg index acba7da8c..923d7a247 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.1.1 +current_version = 6.1.2 commit = False tag = False