From bb120f994a35c7efb0c2bb08d6b45d21c888dcff Mon Sep 17 00:00:00 2001 From: zerolab Date: Thu, 6 Jul 2023 15:50:25 +0100 Subject: [PATCH] Bump version to 1.5.1 --- setup.py | 2 +- willow/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b25e307b..04934354 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='Willow', - version="1.5", # Update willow/__init__.py too! + version="1.5.1", # Update willow/__init__.py too! description='A Python image library that sits on top of Pillow, Wand and OpenCV', author='Karl Hobley', author_email='karl@kaed.uk', diff --git a/willow/__init__.py b/willow/__init__.py index e1939ce6..6f28521d 100644 --- a/willow/__init__.py +++ b/willow/__init__.py @@ -44,4 +44,4 @@ def setup(): setup() -__version__ = "1.5" +__version__ = "1.5.1"