diff --git a/darwin/version/__init__.py b/darwin/version/__init__.py index fdf82482b..10b1567f3 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "0.8.57" +__version__ = "0.8.58" diff --git a/pyproject.toml b/pyproject.toml index c402b00d1..6d3381e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "darwin-py" -version = "0.8.57" +version = "0.8.58" description = "Library and command line interface for darwin.v7labs.com" homepage = "https://docs.v7labs.com/reference/getting-started-2" documentation = "https://darwin-py-sdk.v7labs.com/index.html"