From 82c46fe07fb74911bf3ddbf668f31adeef732ab4 Mon Sep 17 00:00:00 2001 From: Saurabh Chopra Date: Tue, 30 Jan 2024 10:41:56 +0000 Subject: [PATCH] Housekeeping: bump version to v0.8.57 --- 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 83047514a..fdf82482b 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "0.8.56" +__version__ = "0.8.57" diff --git a/pyproject.toml b/pyproject.toml index 5d6ecd67a..c402b00d1 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.56" +version = "0.8.57" 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"