Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma-m committed Apr 8, 2021
1 parent 64af3b6 commit bbbffdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Forthcoming

## v0.6.0

- Add an example to create a MIDI file.
- Add `QualityManager` class to overwrite default qualities.
- Do not import `QUALITY_DICT` from modules other than quality.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
version = '0.5.1'
version = '0.6.0'

setup(
name='pychord',
Expand Down

0 comments on commit bbbffdd

Please sign in to comment.