From 257f996c476f5fef3e8d9f73586ffff76a09986e Mon Sep 17 00:00:00 2001 From: apogiatzis Date: Wed, 24 Feb 2021 22:15:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.2=20=E2=86=92=202.0.0?= 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 f4bd67b..6ce1765 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 2.0.0 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 4de3f37..9844916 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "wrapt==1.12.1", ], name="pygate_grpc", - version="1.0.2", + version="2.0.0", description="A Python interface to Textile's Powergate Filecoin API", url="https://github.com/pygate/pygate-gRPC", author="Pygate Team",