diff --git a/darwin/version/__init__.py b/darwin/version/__init__.py index b30c463d3..ec4f946cb 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "0.8.22" +__version__ = "0.8.23" diff --git a/pyproject.toml b/pyproject.toml index fb9a07952..dfe68fd40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "darwin-py" -version = "0.8.22" # update this when you change the version - See: https://peps.python.org/pep-0440/ +version = "0.8.23" # update this when you change the version - See: https://peps.python.org/pep-0440/ 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"