From 88ae9991cfb49d2995c039828b6bc173c06ae842 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 17 Jan 2022 09:26:45 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.0.4=20=E2=86=92=205.1.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 e35dabfb0..a0da812ae 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '5.0.4' +__version__ = '5.1.0' diff --git a/setup.cfg b/setup.cfg index 9334c0465..a793ed5f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.4 +current_version = 5.1.0 commit = True tag = True