Skip to content

Commit

Permalink
Updated pyproject to resolve version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Lynch committed Apr 21, 2023
1 parent 15df8dc commit 3286931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ push = true

[tool.bumpver.file_patterns]
"pyproject.toml" = [
'current_version = "{version}"',
'version = "{version}"
'current_version = "{version}"$',
'version = "{version}"$',
]
"netbox_tunnels2/version.py" = [
'__version__="{version}"$',
Expand Down

0 comments on commit 3286931

Please sign in to comment.