We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7901fb commit f36bb4eCopy full SHA for f36bb4e
setup.py
@@ -1,12 +1,12 @@
1
from setuptools import setup, find_packages
2
3
setup(name='speechpy',
4
- version='2.3',
+ version='2.3.1',
5
description='The python package for extracting speech features.',
6
author='Amirsina Torfi',
7
author_email='amirsina.torfi@gmail.com',
8
url='https://github.com/astorfi/speechpy',
9
- download_url = 'https://github.com/astorfi/speechpy/archive/2.3.zip',
+ download_url = 'https://github.com/astorfi/speechpy/archive/2.3.1.zip',
10
packages=find_packages(exclude=('tests', 'docs')),
11
include_package_data=True,
12
install_requires=[
0 commit comments