From f36bb4ee97158d761800ad1db1d394830db47b63 Mon Sep 17 00:00:00 2001 From: Amirsina Torfi Date: Fri, 29 Jun 2018 23:51:43 -0400 Subject: [PATCH] add references --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6b5501e..62df88d 100755 --- a/setup.py +++ b/setup.py @@ -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='amirsina.torfi@gmail.com', 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=[