Skip to content

Commit

Permalink
add references
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Jun 30, 2018
1 parent e7901fb commit f36bb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages

setup(name='speechpy',
version='2.3',
version='2.3.1',
description='The python package for extracting speech features.',
author='Amirsina Torfi',
author_email='[email protected]',
url='https://github.com/astorfi/speechpy',
download_url = 'https://github.com/astorfi/speechpy/archive/2.3.zip',
download_url = 'https://github.com/astorfi/speechpy/archive/2.3.1.zip',
packages=find_packages(exclude=('tests', 'docs')),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit f36bb4e

Please sign in to comment.