diff --git a/eox_core/__init__.py b/eox_core/__init__.py index a04506f9..0a4c2464 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '6.1.2' +__version__ = '7.0.0' diff --git a/setup.cfg b/setup.cfg index 79b824d0..8ae3e798 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.1.2 +current_version = 7.0.0 commit = False tag = False