From 01d19ac5e5ff479a34f20376cd4c86b8b272319c Mon Sep 17 00:00:00 2001 From: Simon Lemieux Date: Mon, 19 Nov 2018 19:35:31 -0500 Subject: [PATCH] Version 0.4.0 --- CHANGELOG.md | 6 ++++-- setup.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6dd2f..e894a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Next Release -* Capture the stdout/stderr of the plugin. -* Change the default play_note max_duration to 5 seconds. +# 0.4.0 + +* Capture the stdout/stderr of the plugin. (79d33bd) +* Change the default play_note max_duration to 5 seconds. (79d33bd) # 0.3.0 diff --git a/setup.py b/setup.py index 974c7c3..a091cde 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pyvst', - version='0.3.0', + version='0.4.0', description='VST2.4 python wrapping using ctypes', author='Simon Lemieux', author_email='lemieux.simon (at) gmail (dot) (you know what)',