Skip to content

Commit

Permalink
Bump version: 4.0.0 → 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Apr 29, 2020
1 parent 58366e6 commit 3e368ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = 4.0.0
current_version = 4.1.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion imagehash.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import numpy
#import scipy.fftpack
#import pywt
__version__ = 4.0.0
__version__ = 4.1.0

"""
You may copy this file, if you keep the copyright information below:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='ImageHash',
version='4.0.0',
version='4.1.0',
author='Johannes Buchner',
author_email='buchner.johannes@gmx.at',
py_modules=['imagehash'],
Expand Down

0 comments on commit 3e368ca

Please sign in to comment.