Skip to content

Commit

Permalink
Update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Feb 27, 2024
1 parent 757d3c5 commit fe93aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def get_readme() -> str:
obtainer = GetPyPiLatestVersion()
latest_version = obtainer(MODULE_NAME)
VERSION_NUM = obtainer.version_add_one(latest_version)
VERSION_NUM = obtainer.version_add_one(VERSION_NUM)

# 优先提取commit message中的语义化版本号,如无,则自动加1
if len(sys.argv) > 2:
Expand Down

0 comments on commit fe93aa7

Please sign in to comment.