From f5aac92031aba767e828e303e430c040194fbfcd Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Sun, 12 Nov 2023 22:55:35 +0000 Subject: [PATCH] Update version to 0.4.3 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e458fd..0c067576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v0.4.3 (2023-11-12) + +- Add Windows build support for Python +- Add `DCFilter` node + ## v0.4.2 (2023-11-10) - Add initial inline documentation for each Node class diff --git a/setup.py b/setup.py index 240c4073..2895f4ec 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def build_extension(self, ext): setup( name='signalflow', - version='0.4.2', + version='0.4.3', author='Daniel Jones', author_email='dan@erase.net', description='SignalFlow is a sound synthesis library designed to make it quick and intuitive to explore complex sonic ideas',