From 68c9a545b57165e480cf5b4b408b92b382730cdd Mon Sep 17 00:00:00 2001 From: Owen Jones Date: Tue, 9 May 2023 10:40:34 +0100 Subject: [PATCH] HOUSEKEEPING: Version bump --- darwin/version/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"