Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed Nov 12, 2017
1 parent 2e80ec4 commit 033e11b
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.9.0.post1',
version='0.10.0',
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.9.0"
__version__ = "0.10.0"

import os as _os
import sys as _sys
Expand Down

0 comments on commit 033e11b

Please sign in to comment.