From a1f71b7cfd464d4240cc19b73320ce1544e56633 Mon Sep 17 00:00:00 2001 From: mariagrimaldi Date: Tue, 14 Jul 2020 19:26:42 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eox_tagging/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eox_tagging/__init__.py b/eox_tagging/__init__.py index 4b8e659..ddd4f94 100644 --- a/eox_tagging/__init__.py +++ b/eox_tagging/__init__.py @@ -4,4 +4,4 @@ from __future__ import unicode_literals -__version__ = '0.4.0' +__version__ = '0.5.0' diff --git a/setup.cfg b/setup.cfg index eb9cc27..f3e40b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 commit = True tag = True