From 8716e55305b8643efa858af1aa6d5b1a750ab9e8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 17 Apr 2025 15:23:26 +0000 Subject: [PATCH] Version bump to v1.3.1 --- 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 67bc602ab..9c73af26b 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1" diff --git a/pyproject.toml b/pyproject.toml index feb0a69c4..e8d97e3b8 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.3.0" +version = "1.3.1" [[tool.poetry.packages]] include = "darwin"