File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44from fortepyan .midi .structures import MidiFile , MidiPiece
55
66__all__ = ["view" , "MidiFile" , "MidiPiece" ]
7- __version__ = "0.4.3 "
7+ __version__ = "0.4.4 "
88
99# Pretty MIDI will throw an unwanted error for large files with high PPQ
1010# This is a workaround
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " fortepyan"
9- version = " 0.4.3 "
9+ version = " 0.4.4 "
1010description = " Process MIDI piano with (almost) no pain"
1111readme = " README.md"
1212authors = [{ name = " Piano For AI" , email = " roszcz+fortepyan@gmail.com" }]
@@ -59,7 +59,7 @@ packages = [
5959]
6060
6161[tool .bumpver ]
62- current_version = " 0.4.3 "
62+ current_version = " 0.4.4 "
6363version_pattern = " MAJOR.MINOR.PATCH"
6464commit_message = " bump version {old_version} -> {new_version}"
6565commit = false
You can’t perform that action at this time.
0 commit comments