Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jun 4, 2018
1 parent df6374b commit 6042b89
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.7.0
current_version = 0.7.1

[bumpversion:file: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.7.0
# version: 0.7.1
# source: https://github.com/mozillazg/phrase-pinyin-data
一一: yī yī
一一行行: yī yī xíng xíng
Expand Down
2 changes: 1 addition & 1 deletion merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def sort(pinyin_d):


def output(pinyin_s):
print('# version: 0.7.0')
print('# version: 0.7.1')
print('# source: https://github.com/mozillazg/phrase-pinyin-data')
for hanzi, pinyin in pinyin_s:
print('{hanzi}: {pinyin}'.format(hanzi=hanzi, pinyin=pinyin))
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.7.0
# version: 0.7.1
# source: https://github.com/mozillazg/phrase-pinyin-data
一丁不识: yī dīng bù shí
一丁点儿: yī dīng diǎn er
Expand Down

0 comments on commit 6042b89

Please sign in to comment.