From d3749f83c064f840efeec851dc5215980d98e96d Mon Sep 17 00:00:00 2001 From: John Wilkie <124276291+JBWilkie@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:30:55 +0000 Subject: [PATCH] Version bump to 1.0.12 (#961) --- 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 9eb1ebec5..bd538f76e 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.0.11" +__version__ = "1.0.12" diff --git a/pyproject.toml b/pyproject.toml index 6996c6400..ffcfb2629 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.11" +version = "1.0.12" [[tool.poetry.packages]] include = "darwin"