diff --git a/eox_core/__init__.py b/eox_core/__init__.py index a7c4f6fe7..38e1b5dc6 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '4.2.0' +__version__ = '4.3.0' diff --git a/setup.cfg b/setup.cfg index 1e42e5201..c4e736e04 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.0 +current_version = 4.3.0 commit = True tag = True