From 6080576f28557675e41e1c3964842894063288fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mois=C3=A9s=20Gonz=C3=A1lez?= Date: Mon, 8 Mar 2021 11:59:46 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.5.1=20=E2=86=92=204.6.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 6de2fe57..da526996 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '4.5.1' +__version__ = '4.6.0' diff --git a/setup.cfg b/setup.cfg index 86ad50c2..800bea8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.5.1 +current_version = 4.6.0 commit = True tag = True