From 0973a32b982f193da95dd023852389b77236e9aa Mon Sep 17 00:00:00 2001 From: erdogant Date: Sat, 9 Jul 2022 22:30:26 +0200 Subject: [PATCH] 1.2.8 --- undouble/__init__.py | 2 +- undouble/examples.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/undouble/__init__.py b/undouble/__init__.py index 856a468..773b407 100644 --- a/undouble/__init__.py +++ b/undouble/__init__.py @@ -12,7 +12,7 @@ __author__ = 'Erdogan Tasksen' __email__ = 'erdogant@gmail.com' -__version__ = '1.2.7' +__version__ = '1.2.8' # module level doc-string __doc__ = """ diff --git a/undouble/examples.py b/undouble/examples.py index ed7b867..5fc5a6d 100644 --- a/undouble/examples.py +++ b/undouble/examples.py @@ -18,7 +18,7 @@ model.import_data(targetdir) # Compute image-hash -model.compute_hash(method='whash-haar', hash_size=31) +model.compute_hash(method='whash-haar', hash_size=32) results = model.group(threshold=5)