Skip to content

Commit

Permalink
fix: correct git versioning error (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri authored Jan 8, 2025
1 parent a35ccbf commit 139c4d5
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 @@ -203,9 +203,9 @@ git_describe_command = [
"--dirty",
"--long",
"--match",
"'[0-9]*.[0-9]*.[0-9]*'",
"[0-9]*.[0-9]*.[0-9]*",
"--exclude",
"'*[^0-9.]*'",
"*[^0-9.]*",
]

[tool.black]
Expand Down

0 comments on commit 139c4d5

Please sign in to comment.