Skip to content

Commit d6e3107

Browse files
committed
test local added to travis
1 parent 41fd0e9 commit d6e3107

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,11 +1,11 @@
11
from setuptools import setup, find_packages
22

33
setup(name='speechpy',
4-
version='2.1',
4+
version='2.2',
55
description='The python package for extracting speech features.',
66
author='Amirsina Torfi',
77
author_email='amirsina.torfi@gmail.com',
8-
url='https://github.com/astorfi/speech_feature_extraction',
8+
url='https://github.com/astorfi/speechpyn',
99
packages=find_packages(exclude=('tests', 'docs')),
1010
include_package_data=True,
1111
install_requires=[

0 commit comments

Comments
 (0)