diff --git a/eox_core/__init__.py b/eox_core/__init__.py index 9f783c54..3d05689e 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '5.0.0' +__version__ = '5.0.1' diff --git a/setup.cfg b/setup.cfg index 45f0a6f3..454b9b4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.0.1 commit = True tag = True