Skip to content

Commit

Permalink
Version bump (#33)
Browse files Browse the repository at this point in the history
* update version, contacts

* update README.md
  • Loading branch information
rhsimplex authored Jul 28, 2016
1 parent 1f7f099 commit 9951bb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Documentation Status](https://readthedocs.org/projects/image-match/badge/?version=latest)](https://image-match.readthedocs.org/en/latest/)

# image-match
image-match is a simple package for finding approximate image matches from a
image-match is a simple (now Python 3!) package for finding approximate image matches from a
corpus. It is similar, for instance, to [pHash](http://www.phash.org/), but
includes a database backend that easily scales to billions of images and
supports sustained high rates of image insertion: up to 10,000 images/s on our
Expand Down
2 changes: 1 addition & 1 deletion image_match/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__author__ = 'ryan'
__version__ = '0.3'
__version__ = '1.0.0'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ def find_version(*file_paths):
long_description=__doc__,
url='https://github.com/ascribe/image-match/',
author='Ryan Henderson',
author_email='ryan@ascribe.io',
author_email='ryan@bigchaindb.com',
license='Apache License 2.0',
zip_safe=True,

classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Database',
'Topic :: Database :: Database Engines/Servers',
'Topic :: Software Development',
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX :: Linux',
'Topic :: Multimedia :: Graphics',
Expand Down

0 comments on commit 9951bb8

Please sign in to comment.