Skip to content

Commit

Permalink
Bump to v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot authored Feb 9, 2022
1 parent 57c8351 commit 0f5ae08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pedalboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


MAJOR = 0
MINOR = 3
PATCH = 14
MINOR = 4
PATCH = 0

__version__ = "%d.%d.%d" % (MAJOR, MINOR, PATCH)

0 comments on commit 0f5ae08

Please sign in to comment.