Skip to content

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jul 6, 2023
1 parent 52c3513 commit bb120f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion willow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def setup():
setup()


__version__ = "1.5"
__version__ = "1.5.1"

0 comments on commit bb120f9

Please sign in to comment.