Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot authored Mar 1, 2022
1 parent 222cf88 commit 4796e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pedalboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

MAJOR = 0
MINOR = 4
PATCH = 2
PATCH = 3

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

0 comments on commit 4796e4d

Please sign in to comment.