We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e80ec4 commit 033e11bCopy full SHA for 033e11b
setup.py
@@ -87,7 +87,7 @@ def get_tag(self):
87
88
setup(
89
name='SoundFile',
90
- version='0.9.0.post1',
+ version='0.10.0',
91
description='An audio library based on libsndfile, CFFI and NumPy',
92
author='Bastian Bechtold',
93
author_email='basti@bastibe.de',
soundfile.py
@@ -8,7 +8,7 @@
8
For further information, see http://pysoundfile.readthedocs.org/.
9
10
"""
11
-__version__ = "0.9.0"
+__version__ = "0.10.0"
12
13
import os as _os
14
import sys as _sys
0 commit comments