From fc83657068207d0aa315a74363a1bcf83c348ebb Mon Sep 17 00:00:00 2001 From: apogiatzis Date: Tue, 6 Oct 2020 20:10:22 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.12=20=E2=86=92=200.0.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3f5cba..4e1960e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.12 +current_version = 0.0.13 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index e4c38bf..ce588c0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "wrapt==1.12.1", ], name="pygate_grpc", - version="0.0.12", + version="0.0.13", description="A Python interface to Textile's Powergate Filecoin API", url="https://github.com/pygate/pygate-gRPC", author="Pygate Team",