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',