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