Skip to content

Commit 92a09b8

Browse files
committed
Fix regexp for version
1 parent 936b3c5 commit 92a09b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ regex = '''
100100
(?P<minor>\d+)
101101
\.
102102
(?P<patch>\d+)
103-
(?:[-.](?P<rc>[\S]+))?
103+
(?:(?P<rc>[\S]+))?
104104
'''
105105

106106
[tool.tbump.git]

0 commit comments

Comments
 (0)