From f90c6ac55094d208e78586cfd7d2d9266a3e10c5 Mon Sep 17 00:00:00 2001 From: John Wilkie <124276291+JBWilkie@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:24:24 +0100 Subject: [PATCH] Version bump to 1.0.9 (#938) --- 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 e13bd590c..39e0411d5 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.0.8" +__version__ = "1.0.9" diff --git a/pyproject.toml b/pyproject.toml index 997e734e1..3c3c3ca8a 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.8" +version = "1.0.9" [[tool.poetry.packages]] include = "darwin"