From c4cf18894e88155d18e0551ba8f2d225ef31fc0d Mon Sep 17 00:00:00 2001 From: mariagrimaldi Date: Wed, 27 Jan 2021 15:37:11 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.1.0=20=E2=86=92=204.2.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 d8babcf27..a7c4f6fe7 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '4.1.0' +__version__ = '4.2.0' diff --git a/setup.cfg b/setup.cfg index e995e7db5..1e42e5201 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.0 +current_version = 4.2.0 commit = True tag = True