Skip to content

Commit

Permalink
Merge pull request #5 from POZAlabs/mid-816
Browse files Browse the repository at this point in the history
MID-816: miditoolkit v1.1.1 배포
  • Loading branch information
hyeonch authored Apr 12, 2024
2 parents 655b145 + 1857746 commit d34cf82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Drafter
on:
push:
branches:
- main
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion miditoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Author: Wen-Yi Hsiao, Taiwan
"""

__version__ = "1.0.1"
__version__ = "1.1.1"

# Convenience exports for commonly used classes.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pozalabs-miditoolkit"
packages = [{ include = "miditoolkit"}]
version = "1.1.0"
version = "1.1.1"
description = "A python package for working with MIDI data files. (POZAlabs forked)"
authors = ["pozalabs <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d34cf82

Please sign in to comment.