From 7317c82a9612c6b37a7eecf0a79094035527c9dc Mon Sep 17 00:00:00 2001 From: JuanDavidBuitrago Date: Tue, 4 Oct 2022 00:22:15 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=20v6.1.1=20=E2=86=92=206.1.2?= 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 789d9b99..a04506f9 100644 --- a/eox_core/__init__.py +++ b/eox_core/__init__.py @@ -1,4 +1,4 @@ """ Init for main eox-core app """ -__version__ = '6.1.1' +__version__ = '6.1.2' diff --git a/setup.cfg b/setup.cfg index acba7da8..923d7a24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.1.1 +current_version = 6.1.2 commit = False tag = False