Skip to content

Commit 73d7330

Browse files
committed
increment version number
1 parent 433e759 commit 73d7330

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,3 +261,4 @@ News
261261
- Adds ``SoundFile.frames`` in favor of now-deprecated ``__len__()``.
262262
- Improves performance of ``blocks`` and ``SoundFile.blocks()``.
263263
- Improves import time by using CFFI's out of line mode.
264+
- Adds a build script for building distributions.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_tag(self):
8787

8888
setup(
8989
name='SoundFile',
90-
version='0.10.0',
90+
version='0.10.1',
9191
description='An audio library based on libsndfile, CFFI and NumPy',
9292
author='Bastian Bechtold',
9393
author_email='[email protected]',

0 commit comments

Comments
 (0)