Skip to content

Commit

Permalink
Fix version pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Aug 4, 2022
1 parent 20b5b85 commit 89277bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ push = true
[tool.bumpver.file_patterns]
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
"doc-source/conf.py" = ['release = "{version}"']
"tree_sitter_talon/core.py" = ['__version__ = "{version}"']
"tree_sitter_talon/core.py" = ['__version__: str = "{version}"']

0 comments on commit 89277bc

Please sign in to comment.