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'],