Skip to content

Commit

Permalink
version bump to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 29, 2016
1 parent 8c6e43c commit ef9c44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2015, Johannes Buchner
Copyright (c) 2013-2016, Johannes Buchner
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

setup(
name='ImageHash',
version='3.0',
version='3.1',
author='Johannes Buchner',
author_email='[email protected]',
packages=['imagehash', 'imagehash.tests'],
package_data={'imagehash': [os.path.join('tests', 'data', '*')]},
scripts=['find_similar_images.py'],
url='https://github.com/JohannesBuchner/imagehash',
license='LICENSE',
license='BSD 2-clause (see LICENSE file)',
description='Image Hashing library',
long_description=long_description,
install_requires=[
Expand Down

0 comments on commit ef9c44c

Please sign in to comment.