Skip to content

Commit

Permalink
Revert setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Mar 20, 2024
1 parent 084846c commit 7a252dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@ def _plugin_version_trim() -> str:
"""
attributes = {}
exec(VERSION.read_text(), attributes)
print("================")
print("================")
print(attributes["version"])
pattern = r"\+build\d+$"
print(re.sub(pattern, "", attributes["version"]))
print("================")
print("================")
return re.sub(pattern, "", attributes["version"])


Expand Down

0 comments on commit 7a252dc

Please sign in to comment.