Skip to content

Commit 07d392d

Browse files
committed
Merge tag '0.4.1' into develop
0.4.1
2 parents 46c8564 + 84d8c31 commit 07d392d

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.1] - 2024-09-29
4+
### Fixed
5+
- MAX_TICK setting in pretty midi
6+
37
## [0.4.0] - 2024-09-27
48
### Changed
59
- use pretty_midi instead of an internal copy (revert)

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.0"
7+
__version__ = "0.4.1"
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.0"
9+
version = "0.4.1"
1010
description = "Process MIDI piano with (almost) no pain"
1111
readme = "README.md"
1212
authors = [{ name = "Piano For AI", email = "[email protected]" }]
@@ -52,7 +52,7 @@ packages = [
5252
]
5353

5454
[tool.bumpver]
55-
current_version = "0.4.0"
55+
current_version = "0.4.1"
5656
version_pattern = "MAJOR.MINOR.PATCH"
5757
commit_message = "bump version {old_version} -> {new_version}"
5858
commit = false

0 commit comments

Comments
 (0)