Skip to content

Commit f147eaf

Browse files
committed
new release with latest improvements
1 parent ec5ce01 commit f147eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1',
90+
version='0.10.3',
9191
description='An audio library based on libsndfile, CFFI and NumPy',
9292
author='Bastian Bechtold',
9393
author_email='[email protected]',

soundfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
For further information, see http://pysoundfile.readthedocs.org/.
99
1010
"""
11-
__version__ = "0.10.2"
11+
__version__ = "0.10.3"
1212

1313
import os as _os
1414
import sys as _sys

0 commit comments

Comments
 (0)