From c1f5fe58f89c1c47f68db9954eb5a3cac4546800 Mon Sep 17 00:00:00 2001 From: Saurabh Chopra Date: Thu, 18 Jan 2024 15:35:52 +0000 Subject: [PATCH] Housekeeping: bump version to 0.8.56 --- 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 3f87cf64b..83047514a 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "0.8.55" +__version__ = "0.8.56" diff --git a/pyproject.toml b/pyproject.toml index 332df7596..5d6ecd67a 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.55" +version = "0.8.56" 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"