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