Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = False
tag = True

Expand Down
2 changes: 1 addition & 1 deletion imagededup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '0.3.2'
5 changes: 3 additions & 2 deletions imagededup/utils/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ def _plot_images(

if outfile:
plt.savefig(outfile)

plt.show()
else:
plt.show()

plt.close()


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

setup(
name='imagededup',
version='0.3.1',
version='0.3.2',
author='Tanuj Jain, Christopher Lennan, Zubin John, Dat Tran',
author_email='[email protected], [email protected], [email protected], [email protected]',
description='Package for image deduplication',
Expand Down