Skip to content

Commit 58b4b17

Browse files
committed
packaging problem
1 parent 1928fa5 commit 58b4b17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3.4',
4+
version='1.3.5',
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.3.3',
4+
version='1.3.4',
55
description='The python package for extracting speech features.',
66
author='Amirsina Torfi',
77
author_email='amirsina.torfi@gmail.com',

speechpy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from feature import *
2-
from processing import *
1+
from . import feature
2+
from . import processing

0 commit comments

Comments
 (0)