From 317398865f1e513f84c10be0272263fa671d8af4 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 5 Sep 2023 10:39:25 +0100 Subject: [PATCH] HOUSEKEEPING: Bump version to 0.8.39 --- 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 3d5053016..1e3f8f3c4 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "0.8.38" +__version__ = "0.8.39" diff --git a/pyproject.toml b/pyproject.toml index 240bd9406..35a13eac1 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.38" +version = "0.8.39" 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"