Skip to content

Commit

Permalink
Merge branch 'release/0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
roszcz committed Sep 22, 2024
2 parents b2983d5 + 9a8f841 commit c5fe1ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.3.2] - 2024-09-22
### Added
- separate dataframe build method for MidiFile

## [0.3.2] - 2024-08-28
### Added
- possible to write midi to a buffer
Expand Down
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.3.2"
__version__ = "0.3.3"

# 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.3.2"
version = "0.3.3"
description = "Process MIDI piano with (almost) no pain"
readme = "README.md"
authors = [{ name = "Piano For AI", email = "[email protected]" }]
Expand Down Expand Up @@ -45,7 +45,7 @@ packages = [
]

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

0 comments on commit c5fe1ea

Please sign in to comment.