diff --git a/eox_tenant/__init__.py b/eox_tenant/__init__.py index 4faa768..985b5e0 100644 --- a/eox_tenant/__init__.py +++ b/eox_tenant/__init__.py @@ -1,4 +1,4 @@ """ Init for eox-tenant. """ -__version__ = '11.7.0' +__version__ = '11.8.0' diff --git a/setup.cfg b/setup.cfg index 75b003b..1968d90 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 11.7.0 +current_version = 11.8.0 commit = False tag = False