Skip to content

Commit

Permalink
Bump version: 0.10.0 → 0.10.1
Browse files Browse the repository at this point in the history
mozillazg committed Nov 22, 2020

Verified

This commit was signed with the committer’s verified signature.
mozillazg Huang Huang
1 parent 1b80cf0 commit d7d22a6
Showing 3 changed files with 3 additions and 3 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.10.0
current_version = 0.10.1

[bumpversion:file:merge_unihan.py]

2 changes: 1 addition & 1 deletion merge_unihan.py
Original file line number Diff line number Diff line change
@@ -118,6 +118,6 @@ def extend_pinyins(old_map, new_map, only_no_exists=False):
assert set(overwrite_pinyin_map.keys()) - code_set == set()
assert set(pua_pinyin_map.keys()) - code_set == set()
with open('pinyin.txt', 'w') as fp:
fp.write('# version: 0.10.0\n')
fp.write('# version: 0.10.1\n')
fp.write('# source: https://github.com/mozillazg/pinyin-data\n')
save_data(new_pinyin_map, fp)
2 changes: 1 addition & 1 deletion pinyin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version: 0.10.0
# version: 0.10.1
# source: https://github.com/mozillazg/pinyin-data
U+3007: líng,yuán,xīng # 〇
U+3400: qiū # 㐀

0 comments on commit d7d22a6

Please sign in to comment.