Skip to content

Commit

Permalink
Merge tag '0.2.8' into develop
Browse files Browse the repository at this point in the history
Latest release 🚀 0.2.8
  • Loading branch information
roszcz committed Jan 16, 2024
2 parents db91f7a + 7790f54 commit b290cd6
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.2.8] - 2024-01-16
### Changed
- unification of midi source in various datasets

## [0.2.7] - 2023-11-29
### Added
- changelog :rocket:
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.7"
__version__ = "0.2.8"

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

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

0 comments on commit b290cd6

Please sign in to comment.