Skip to content

Commit

Permalink
Update update_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu committed Jun 3, 2022
1 parent 269df00 commit 4c0127f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

with open(file_i, 'r') as f:
content = f.read()
content_new = re.sub(r"(?<=version\=\").*?(?=")",
content_new = re.sub(r"(?<=version\=\").*?(?=\")",
str(version),
content,
flags=re.M)
Expand Down

0 comments on commit 4c0127f

Please sign in to comment.