Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 24, 2022
1 parent 9123af1 commit a61d9f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_tags_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ def main():
# 替换版本号
lines[version_line] = f"__version__ = '{新版本号}'\n"

# 写出文件
with open("pyefun/__init__.py", "w") as f:
f.writelines(lines)


if __name__ == "__main__":
Expand Down

0 comments on commit a61d9f8

Please sign in to comment.