From a079384620b8acbd60b282a6ee04c4d37f18d2e7 Mon Sep 17 00:00:00 2001 From: John Wilkie Date: Fri, 11 Oct 2024 13:27:50 +0100 Subject: [PATCH] Version bump to 1.1.10 --- 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 39e0411d5..9fd0f8dd6 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.0.9" +__version__ = "1.0.10" diff --git a/pyproject.toml b/pyproject.toml index 3c3c3ca8a..89c00a72e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "MIT" name = "darwin-py" readme = "README.md" repository = "https://github.com/v7labs/darwin-py" -version = "1.0.9" +version = "1.0.10" [[tool.poetry.packages]] include = "darwin"