Skip to content

Commit 41ef703

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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='[email protected]',

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='[email protected]',

0 commit comments

Comments
 (0)