From 6273fef0b0bd1af1d6a739ba296d9d8d53330011 Mon Sep 17 00:00:00 2001 From: John Wilkie <124276291+JBWilkie@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:37:43 +0100 Subject: [PATCH] Version bump to v1.0.6 (#913) --- 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 68cdeee4b..382021f30 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" diff --git a/pyproject.toml b/pyproject.toml index 31876319b..6d02f621d 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.5" +version = "1.0.6" [[tool.poetry.packages]] include = "darwin"