Skip to content

Commit ce71c7e

Browse files
committed
0.2.0
1 parent c2a02ed commit ce71c7e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# Changelog
2+
13
## TBD
24

3-
- Support scale expression to generate chord
5+
## 0.2.0
6+
7+
- Support scale expression to generate chord.
48

59
## 0.1.5
610

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup, find_packages
2-
version = '0.1.5'
2+
version = '0.2.0'
33

44
setup(
55
name='synthesizer',

0 commit comments

Comments
 (0)