mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +00:00
Bumped version to 0.1.3
This commit is contained in:
parent
8efd97564a
commit
4ab26bd0db
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -15,7 +15,7 @@ def parse_requirements(requirements):
|
|||
return reqs
|
||||
|
||||
PACKAGE_NAME = "PyDejavu"
|
||||
PACKAGE_VERSION = "0.1.2"
|
||||
PACKAGE_VERSION = "0.1.3"
|
||||
SUMMARY = 'Dejavu: Audio Fingerprinting in Python'
|
||||
DESCRIPTION = """
|
||||
Audio fingerprinting and recognition algorithm implemented in Python
|
||||
|
@ -40,8 +40,8 @@ setup(
|
|||
long_description=DESCRIPTION,
|
||||
author='Will Drevo',
|
||||
author_email='will.drevo@gmail.com',
|
||||
maintainer="Saleem Ansari",
|
||||
maintainer_email="tuxdna@gmail.com",
|
||||
maintainer="Will Drevo",
|
||||
maintainer_email="will.drevo@gmail.com",
|
||||
url='http://github.com/tuxdna/dejavu',
|
||||
license='MIT License',
|
||||
include_package_data=True,
|
||||
|
|
Loading…
Reference in a new issue