Skip to content

Commit 41ef703

Browse files
committed
version 2.0 release
1 parent 6bb591d commit 41ef703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='speechpy',
4-
version='1.4.4',
4+
version='2.0',
55
description='The python package for extracting speech features.',
66
author='Amirsina Torfi',
77
author_email='amirsina.torfi@gmail.com',

setup.py~

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='speechpy',
4-
version='1.4.3',
4+
version='1.5',
55
description='The python package for extracting speech features.',
66
author='Amirsina Torfi',
77
author_email='amirsina.torfi@gmail.com',

0 commit comments

Comments
 (0)