Skip to content

Commit f36bb4e

Browse files
committed
add references
1 parent e7901fb commit f36bb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from setuptools import setup, find_packages
22

33
setup(name='speechpy',
4-
version='2.3',
4+
version='2.3.1',
55
description='The python package for extracting speech features.',
66
author='Amirsina Torfi',
77
author_email='amirsina.torfi@gmail.com',
88
url='https://github.com/astorfi/speechpy',
9-
download_url = 'https://github.com/astorfi/speechpy/archive/2.3.zip',
9+
download_url = 'https://github.com/astorfi/speechpy/archive/2.3.1.zip',
1010
packages=find_packages(exclude=('tests', 'docs')),
1111
include_package_data=True,
1212
install_requires=[

0 commit comments

Comments
 (0)