Skip to content

Commit

Permalink
Update version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 10, 2023
1 parent aedbba8 commit 5182ddc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.4.2 (2023-11-10)

- Add initial inline documentation for each Node class
- Add auto-generated method stubs for IDE inline docs and type hints
- Add initial example notebooks
- Add `signalflow_examples` downloader

## v0.4.1 (2023-11-05)

- New node: `ChannelCrossfade`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def build_extension(self, ext):

setup(
name='signalflow',
version='0.4.1',
version='0.4.2',
author='Daniel Jones',
author_email='[email protected]',
description='signalflow',
Expand Down

0 comments on commit 5182ddc

Please sign in to comment.