diff --git a/darwin/version/__init__.py b/darwin/version/__init__.py index 0fd31ccea..e1d59c1f8 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "0.8.36" +__version__ = "0.8.37" diff --git a/pyproject.toml b/pyproject.toml index c0e44590f..65c506779 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.36" +version = "0.8.37" 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"