diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 90b72bd..c3f5cba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.11 +current_version = 0.0.12 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 7422b64..541b806 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "wrapt==1.12.1", ], name="pygate_grpc", - version="0.0.11", + version="0.0.12", description="A Python interface to Textile's Powergate Filecoin API", url="https://github.com/pygate/pygate-gRPC", author="Pygate Team",