Skip to content

Commit a5c271d

Browse files
author
Bastian Bechtold
committed
increments version number to 0.13.0
1 parent fd5cb0b commit a5c271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 https://python-soundfile.readthedocs.io/.
99
1010
"""
11-
__version__ = "0.12.1"
11+
__version__ = "0.13.0"
1212

1313
import os as _os
1414
import sys as _sys

0 commit comments

Comments
 (0)