Skip to content

Commit

Permalink
Bump version: 0.10.1 → 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Mar 13, 2021
1 parent ee6081f commit 1b24e4e
Show file tree
Hide file tree
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.1
current_version = 0.10.2

[bumpversion:file:merge_unihan.py]

Expand Down
2 changes: 1 addition & 1 deletion merge_unihan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1\n')
fp.write('# version: 0.10.2\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.1
# version: 0.10.2
# source: https://github.com/mozillazg/pinyin-data
U+3007: líng,yuán,xīng # 〇
U+3400: qiū # 㐀
Expand Down

0 comments on commit 1b24e4e

Please sign in to comment.