From e1941e96898e56422f7df678dd094c8d5b2b46db Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sun, 26 May 2024 20:51:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.3.1=20=E2=86=92=204.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- imagehash/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0448dbd..f7c4cc0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.3.1 +current_version = 4.3.2 commit = True tag = True diff --git a/imagehash/__init__.py b/imagehash/__init__.py index 531891e..47e5e7d 100644 --- a/imagehash/__init__.py +++ b/imagehash/__init__.py @@ -42,7 +42,7 @@ # https://pillow.readthedocs.io/en/stable/deprecations.html ANTIALIAS = Image.ANTIALIAS -__version__ = '4.3.1' +__version__ = '4.3.2' """ You may copy this file, if you keep the copyright information below: diff --git a/setup.py b/setup.py index c7c7618..71e7d03 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='ImageHash', - version='4.3.1', + version='4.3.2', author='Johannes Buchner', author_email='buchner.johannes@gmx.at', packages=['imagehash'],