diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 6de2fe576..da5269962 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '4.5.1' +__version__ = '4.6.0' diff --git a/setup.cfg b/setup.cfg index 86ad50c22..800bea8e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.5.1 +current_version = 4.6.0 commit = True tag = True