We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd1196 commit 770d3ddCopy full SHA for 770d3dd
pyproject.toml
@@ -226,7 +226,7 @@ module = "weave_query.*"
226
ignore_errors = true
227
228
[tool.bumpversion]
229
-current_version = "0.51.25-dev0"
+current_version = "0.51.25"
230
parse = """(?x)
231
(?P<major>0|[1-9]\\d*)\\.
232
(?P<minor>0|[1-9]\\d*)\\.
weave/version.py
@@ -44,4 +44,4 @@
44
45
"""
46
47
-VERSION = "0.51.25-dev0"
+VERSION = "0.51.25"
0 commit comments