File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Version numbers follow [ semantic versioning] ( https://semver.org )
4
4
5
- ## not yet released
5
+ ## phonemizer-2.2.1
6
6
7
7
* ** improvements**
8
8
9
- * From Python import the phonemize function using `from phonemizer import
10
- phonemize` instead of ` from phonemizer.phonemize import phonemize`. The
11
- second import is still available for compatibility.
9
+ From Python import the phonemize function using `from phonemizer import
10
+ phonemize` instead of ` from phonemizer.phonemize import phonemize`. The
11
+ second import is still available for compatibility.
12
12
13
13
* ** bugfixes**
14
14
Original file line number Diff line number Diff line change 16
16
17
17
from .phonemize import phonemize
18
18
19
- __version__ = '2.2'
19
+ __version__ = '2.2.1 '
You can’t perform that action at this time.
0 commit comments