Skip to content

Commit

Permalink
packaging problem
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Nov 26, 2017
1 parent 1928fa5 commit 58b4b17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='speechpy',
version='1.3.4',
version='1.3.5',
description='The python package for extracting speech features.',
author='Amirsina Torfi',
author_email='amirsina.torfi@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion setup.py~
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='speechpy',
version='1.3.3',
version='1.3.4',
description='The python package for extracting speech features.',
author='Amirsina Torfi',
author_email='amirsina.torfi@gmail.com',
Expand Down
4 changes: 2 additions & 2 deletions speechpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from feature import *
from processing import *
from . import feature
from . import processing

0 comments on commit 58b4b17

Please sign in to comment.