Skip to content

Commit

Permalink
Release 0.2.9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
roszcz committed Aug 27, 2024
1 parent c3b3a59 commit 717c93b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fortepyan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from fortepyan.midi.structures import MidiFile, MidiPiece

__all__ = ["view", "MidiFile", "MidiPiece"]
__version__ = "0.2.8"
__version__ = "0.2.9"

# Pretty MIDI will throw an unwanted error for large files with high PPQ
# This is a workaround
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fortepyan"
version = "0.2.8"
version = "0.2.9"
description = "Process MIDI piano with (almost) no pain"
readme = "README.md"
authors = [{ name = "Piano For AI", email = "[email protected]" }]
Expand Down Expand Up @@ -48,7 +48,7 @@ packages = [
]

[tool.bumpver]
current_version = "0.2.8"
current_version = "0.2.9"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = false
Expand Down

0 comments on commit 717c93b

Please sign in to comment.