From d73779cc5027af0f718ecb946af1734a2c68077f Mon Sep 17 00:00:00 2001 From: John Wilkie Date: Wed, 30 Oct 2024 13:01:02 +0000 Subject: [PATCH] Version bump to 1.0.11 --- 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 9fd0f8dd6..9eb1ebec5 100644 --- a/darwin/version/__init__.py +++ b/darwin/version/__init__.py @@ -1 +1 @@ -__version__ = "1.0.10" +__version__ = "1.0.11" diff --git a/pyproject.toml b/pyproject.toml index 89c00a72e..6996c6400 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.10" +version = "1.0.11" [[tool.poetry.packages]] include = "darwin"