Skip to content

Commit f101ccd

Browse files
committed
updated version number
1 parent 1fd886b commit f101ccd

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
@@ -45,7 +45,7 @@ def run_tests(self):
4545

4646
setup(
4747
name='PySoundFile',
48-
version='0.6.0',
48+
version='0.7.0',
4949
description='An audio library based on libsndfile, CFFI and NumPy',
5050
author='Bastian Bechtold',
5151
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.6.0"
11+
__version__ = "0.7.0"
1212

1313
import numpy as _np
1414
import os as _os

0 commit comments

Comments
 (0)