Skip to content

Commit fe88c39

Browse files
committed
Fix tbump config
1 parent 171be21 commit fe88c39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ tag_template = "v{new_version}"
9494
# section containing the path of the file, relative to the
9595
# tbump.toml location.
9696
[[tool.tbump.file]]
97-
src = "setup.py"
98-
99-
[[tool.tbump.file]]
100-
src = "setup.cfg"
97+
src = "pyproject.toml"
10198

10299
[[tool.tbump.file]]
103100
src = "ecs_files_composer/__init__.py"

0 commit comments

Comments
 (0)