Skip to content

Commit

Permalink
Bump version: 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Oct 26, 2019
1 parent e49884e commit 6330d83
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.8.0
current_version = 0.8.1

[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 @@ -114,6 +114,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.8.0\n')
fp.write('# version: 0.8.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.8.0
# version: 0.8.1
# source: https://github.com/mozillazg/pinyin-data
U+3007: líng,yuán,xīng # 〇
U+3400: qiū # 㐀
Expand Down

0 comments on commit 6330d83

Please sign in to comment.