From 6d3a206c8abbe5007ab2166cf4058c38aeb57926 Mon Sep 17 00:00:00 2001 From: John Wilkie Date: Thu, 27 Feb 2025 09:38:19 +0000 Subject: [PATCH] Version bump to v1.1.6 --- 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 9b102be76..1436d8fe8 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.1.5" +__version__ = "1.1.6" diff --git a/pyproject.toml b/pyproject.toml index 6c16b26ec..90d6215fc 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.1.5" +version = "1.1.6" [[tool.poetry.packages]] include = "darwin"