Skip to content

Commit 2d78f90

Browse files
committed
Merge tag '0.4.5' into develop
Latest release 0.4.5
2 parents 0f56ae5 + 7bd65be commit 2d78f90

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.4.5] - 2025-09-18
4+
### Fixed
5+
- audio rendering
6+
37
## [0.4.3] - 2025-04-20
48
### Changed
59
- time_shift is no longer an inplace op

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.4"
7+
__version__ = "0.4.5"
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.4"
9+
version = "0.4.5"
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.4"
62+
current_version = "0.4.5"
6363
version_pattern = "MAJOR.MINOR.PATCH"
6464
commit_message = "bump version {old_version} -> {new_version}"
6565
commit = false

0 commit comments

Comments
 (0)