Skip to content

Commit

Permalink
1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jul 9, 2022
1 parent 9671756 commit 0973a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion undouble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = 'erdogant@gmail.com'
__version__ = '1.2.7'
__version__ = '1.2.8'

# module level doc-string
__doc__ = """
Expand Down
2 changes: 1 addition & 1 deletion undouble/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0973a32

Please sign in to comment.