Skip to content

Commit 0561adf

Browse files
committed
chore(dev): fix tbump configuration
1 parent 852abc8 commit 0561adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ search = "sshgen@v"
5454

5555
[[tool.tbump.file]]
5656
src = "sshgen/__init__.py"
57-
search = "__version__ = '{current_version}'"
57+
search = "__version__ = \"{current_version}\""
5858

5959
[[tool.tbump.before_commit]]
6060
name = "Bump poetry"

0 commit comments

Comments
 (0)