diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 93650d3..6031629 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = False tag = True diff --git a/imagededup/__init__.py b/imagededup/__init__.py index e1424ed..73e3bb4 100644 --- a/imagededup/__init__.py +++ b/imagededup/__init__.py @@ -1 +1 @@ -__version__ = '0.3.1' +__version__ = '0.3.2' diff --git a/setup.py b/setup.py index e4b7c5c..119ab47 100644 --- a/setup.py +++ b/setup.py @@ -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='tanuj.jain.10@gmail.com, christopherlennan@gmail.com, zrjohn@yahoo.com, datitran@gmail.com', description='Package for image deduplication',