Skip to content

Commit

Permalink
bump version 0.1.13 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roszcz committed Jun 11, 2023
1 parent 4110a67 commit d497dbd
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.1.13"
__version__ = "0.2.0"

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

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

0 comments on commit d497dbd

Please sign in to comment.