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