Skip to content

Commit 68b6693

Browse files
committed
update version number
1 parent 71547ac commit 68b6693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pysoundfile.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.5.0"
11+
__version__ = "0.6.0"
1212

1313
import numpy as _np
1414
import os as _os

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run_tests(self):
3737

3838
setup(
3939
name='PySoundFile',
40-
version='0.5.0',
40+
version='0.6.0',
4141
description='An audio library based on libsndfile, CFFI and NumPy',
4242
author='Bastian Bechtold',
4343
author_email='[email protected]',

0 commit comments

Comments
 (0)