From dbcbec6d368c803909fcd381079772e2d8c8348e Mon Sep 17 00:00:00 2001 From: mariagrimaldi Date: Thu, 24 Jun 2021 19:27:35 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.10.2=20=E2=86=92=204.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eox_core/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eox_core/__init__.py b/eox_core/__init__.py index ddcd8e3e4..846808318 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '4.10.2' +__version__ = '4.11.0' diff --git a/setup.cfg b/setup.cfg index 2d44e90ae..5bce5fb53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.10.2 +current_version = 4.11.0 commit = True tag = True