Skip to content

Commit

Permalink
updates libsndfile versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Bechtold committed Feb 3, 2017
1 parent 263bd6a commit 5e4384c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _soundfile_data
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_tag(self):

setup(
name='SoundFile',
version='0.9.0',
version='0.9.0.post1',
description='An audio library based on libsndfile, CFFI and NumPy',
author='Bastian Bechtold',
author_email='[email protected]',
Expand All @@ -102,7 +102,7 @@ def get_tag(self):
extras_require={'numpy': ['numpy']},
platforms='any',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 5e4384c

Please sign in to comment.