From ef9c44c5c34b1e9107d62117b97b829802eb7163 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Sat, 29 Oct 2016 19:44:02 -0300 Subject: [PATCH] version bump to 3.1 --- LICENSE | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index ec813c4..e3988d3 100644 --- a/LICENSE +++ b/LICENSE @@ -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: diff --git a/setup.py b/setup.py index 4abc5e9..cf8f99b 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ setup( name='ImageHash', - version='3.0', + version='3.1', author='Johannes Buchner', author_email='buchner.johannes@gmx.at', 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=[