Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibe committed Jan 19, 2015
1 parent 71547ac commit 68b6693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pysoundfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
For further information, see http://pysoundfile.readthedocs.org/.
"""
__version__ = "0.5.0"
__version__ = "0.6.0"

import numpy as _np
import os as _os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run_tests(self):

setup(
name='PySoundFile',
version='0.5.0',
version='0.6.0',
description='An audio library based on libsndfile, CFFI and NumPy',
author='Bastian Bechtold',
author_email='basti@bastibe.de',
Expand Down

0 comments on commit 68b6693

Please sign in to comment.