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 1928fa5 commit 58b4b17Copy full SHA for 58b4b17
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='speechpy',
4
- version='1.3.4',
+ version='1.3.5',
5
description='The python package for extracting speech features.',
6
author='Amirsina Torfi',
7
author_email='amirsina.torfi@gmail.com',
setup.py~
- version='1.3.3',
+ version='1.3.4',
speechpy/__init__.py
@@ -1,2 +1,2 @@
-from feature import *
-from processing import *
+from . import feature
+from . import processing
0 commit comments