Skip to content

Commit

Permalink
new release with latest improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed Nov 25, 2019
1 parent ec5ce01 commit f147eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.10.1',
version='0.10.3',
description='An audio library based on libsndfile, CFFI and NumPy',
author='Bastian Bechtold',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion soundfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
For further information, see http://pysoundfile.readthedocs.org/.
"""
__version__ = "0.10.2"
__version__ = "0.10.3"

import os as _os
import sys as _sys
Expand Down

0 comments on commit f147eaf

Please sign in to comment.