Skip to content

Commit 4111759

Browse files
committed
Merge tag '0.4.4' into develop
Latest release 0.4.4
2 parents 86187b8 + cd8cb05 commit 4111759

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fortepyan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "fortepyan"
9-
version = "0.4.3"
9+
version = "0.4.4"
1010
description = "Process MIDI piano with (almost) no pain"
1111
readme = "README.md"
1212
authors = [{ 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"
6363
version_pattern = "MAJOR.MINOR.PATCH"
6464
commit_message = "bump version {old_version} -> {new_version}"
6565
commit = false

0 commit comments

Comments
 (0)