diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2093132..a844ce6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 22b8d03..152ee55 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "wrapt==1.12.1", ], name="pygate_grpc", - version="1.0.0", + version="1.0.1", description="A Python interface to Textile's Powergate Filecoin API", url="https://github.com/pygate/pygate-gRPC", author="Pygate Team",