From c33204a08384caf179e61d6315abf9eed7d348ed Mon Sep 17 00:00:00 2001 From: John Wilkie <124276291+JBWilkie@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:10:39 +0000 Subject: [PATCH] Version bump to 1.1.2 (#981) Co-authored-by: John Wilkie --- 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 a82b376d2..72f26f596 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.1.2" diff --git a/pyproject.toml b/pyproject.toml index 88e8f5377..067c76fa6 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.1" +version = "1.1.2" [[tool.poetry.packages]] include = "darwin"