From 2540b3f26f6f57c3c87976a6bbae72628e767537 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Sep 2020 21:08:55 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- fd_gcp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 243aa12..ad134d9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/fd_gcp/__init__.py b/fd_gcp/__init__.py index 918c6cd..4d44083 100644 --- a/fd_gcp/__init__.py +++ b/fd_gcp/__init__.py @@ -30,4 +30,4 @@ """ -__version__ = '0.1.3' +__version__ = '0.1.4'