Skip to content

Commit 480efb8

Browse files
committed
fix: Update tag regex to support both v* and async-cassandra-v* formats
1 parent dde4464 commit 480efb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/async-cassandra/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,5 @@ ignore_missing_imports = true
196196
# - 0.1.0rc7 (from tag async-cassandra-v0.1.0rc7)
197197
# - 0.1.0.dev1+g1234567 (from commits after tag)
198198
root = "../.."
199-
tag_regex = "^async-cassandra-v(?P<version>.+)$"
199+
tag_regex = "^(async-cassandra-)?v(?P<version>.+)$"
200200
fallback_version = "0.1.0.dev0"

0 commit comments

Comments
 (0)