Skip to content

Commit

Permalink
Allow higher mutwo music version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinericzimmermann committed Apr 18, 2022
1 parent 8aa5d98 commit c819fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools # type: ignore

MAJOR, MINOR, PATCH = 0, 7, 0
MAJOR, MINOR, PATCH = 0, 7, 1
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"
"""This project uses semantic versioning.
See https://semver.org/
Expand Down

0 comments on commit c819fac

Please sign in to comment.