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