Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Jan 9, 2025
1 parent f57756a commit 3ec5bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
updated_dev_text = re.sub(
dev_build_version_template.format(version_literal=version_regex_group),
dev_build_version_template.format(version_literal=new_version),
dev_text
dev_text,
)

with open(package_file, "w+") as f:
Expand Down

0 comments on commit 3ec5bc5

Please sign in to comment.