From 1907390c2f5c89dceec2efa68c0143739eff8e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Sat, 28 Jul 2018 16:12:48 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b79bb9..f099cb8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pysndfx', - version='0.3.2', + version='0.3.4', description='Apply audio effects such as reverb and EQ directly to audio files or NumPy ndarrays.', url='https://github.com/carlthome/python-audio-effects', author='Carl Thomé',