Skip to content

Commit

Permalink
Update release script for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jun 29, 2023
1 parent ba28e61 commit 5565d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

files = [
("src/editables/__init__.py", r'^__version__ = "(\d+\.\d+)"$'),
("setup.cfg", r"^version = (\d+\.\d+)$"),
("pyproject.toml", r'^version = "(\d+\.\d+)"$'),
("docs/source/conf.py", r'^release = "(\d+\.\d+)"$'),
]

Expand Down

0 comments on commit 5565d28

Please sign in to comment.