Skip to content

Commit

Permalink
Bump version: 0.15.0 → 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Dec 11, 2023
1 parent 482111e commit dbf645d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.15.0
current_version = 0.16.0

[bumpversion:file:tools/merge.py]

Expand Down
2 changes: 1 addition & 1 deletion large_pinyin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version: 0.15.0
# version: 0.16.0
# source: https://github.com/mozillazg/phrase-pinyin-data
㐖毒: xié dú
㚻奸: jī jiān
Expand Down
2 changes: 1 addition & 1 deletion pinyin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version: 0.15.0
# version: 0.16.0
# source: https://github.com/mozillazg/phrase-pinyin-data
一丁不识: yī dīng bù shí
一丁点儿: yī dīng diǎn er
Expand Down
2 changes: 1 addition & 1 deletion tools/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def sort(pinyin_d):


def output(pinyin_s):
print('# version: 0.15.0')
print('# version: 0.16.0')
print('# source: https://github.com/mozillazg/phrase-pinyin-data')
for hanzi, pinyin in pinyin_s:
hanzi = hanzi.split('_')[0]
Expand Down

0 comments on commit dbf645d

Please sign in to comment.