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 41fd0e9 commit d6e3107Copy full SHA for d6e3107
setup.py
@@ -1,11 +1,11 @@
1
from setuptools import setup, find_packages
2
3
setup(name='speechpy',
4
- version='2.1',
+ version='2.2',
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/speech_feature_extraction',
+ url='https://github.com/astorfi/speechpyn',
9
packages=find_packages(exclude=('tests', 'docs')),
10
include_package_data=True,
11
install_requires=[
0 commit comments