diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 4c2122585..8fd0fa50f 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '2.9.0' +__version__ = '2.9.1' diff --git a/setup.cfg b/setup.cfg index 9e4ca35ad..58ed26523 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.9.0 +current_version = 2.9.1 commit = True tag = True