Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed Mar 2, 2018
1 parent 433e759 commit 73d7330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,4 @@ News
- Adds ``SoundFile.frames`` in favor of now-deprecated ``__len__()``.
- Improves performance of ``blocks`` and ``SoundFile.blocks()``.
- Improves import time by using CFFI's out of line mode.
- Adds a build script for building distributions.
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.0',
version='0.10.1',
description='An audio library based on libsndfile, CFFI and NumPy',
author='Bastian Bechtold',
author_email='[email protected]',
Expand Down

0 comments on commit 73d7330

Please sign in to comment.