From f147eafdb549bf35cef24d30ada30f235bf86cc5 Mon Sep 17 00:00:00 2001 From: Bastian Bechtold Date: Mon, 25 Nov 2019 09:10:49 +0100 Subject: [PATCH] new release with latest improvements --- setup.py | 2 +- soundfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ee55881..25fc917 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def get_tag(self): setup( name='SoundFile', - version='0.10.1', + version='0.10.3', description='An audio library based on libsndfile, CFFI and NumPy', author='Bastian Bechtold', author_email='basti@bastibe.de', diff --git a/soundfile.py b/soundfile.py index 2034b24..3644018 100644 --- a/soundfile.py +++ b/soundfile.py @@ -8,7 +8,7 @@ For further information, see http://pysoundfile.readthedocs.org/. """ -__version__ = "0.10.2" +__version__ = "0.10.3" import os as _os import sys as _sys