Skip to content

Commit 033e11b

Browse files
committed
increment version number
1 parent 2e80ec4 commit 033e11b

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.9.0.post1',
90+
version='0.10.0',
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.9.0"
11+
__version__ = "0.10.0"
1212

1313
import os as _os
1414
import sys as _sys

0 commit comments

Comments
 (0)