We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf572b9 commit b74e67aCopy full SHA for b74e67a
pyproject.toml
@@ -206,7 +206,7 @@ module = "weave_query.*"
206
ignore_errors = true
207
208
[tool.bumpversion]
209
-current_version = "0.51.19-dev0"
+current_version = "0.51.19"
210
parse = """(?x)
211
(?P<major>0|[1-9]\\d*)\\.
212
(?P<minor>0|[1-9]\\d*)\\.
weave/version.py
@@ -44,4 +44,4 @@
44
45
"""
46
47
-VERSION = "0.51.19-dev0"
+VERSION = "0.51.19"
0 commit comments