From 82c8dfa5dd0002f9a6e0fb2e623fe823ef1449fd Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Mar 2025 15:20:56 +0000 Subject: [PATCH] Version bump to v1.2.3 --- 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 bc86c944f..10aa336ce 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.2.3" diff --git a/pyproject.toml b/pyproject.toml index 6a0d68774..3c0d8a41d 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.2.2" +version = "1.2.3" [[tool.poetry.packages]] include = "darwin"