We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855a2a0 commit 1c5e4b8Copy full SHA for 1c5e4b8
pyproject.toml
@@ -222,7 +222,7 @@ module = "weave_query.*"
222
ignore_errors = true
223
224
[tool.bumpversion]
225
-current_version = "0.51.22-dev0"
+current_version = "0.51.22"
226
parse = """(?x)
227
(?P<major>0|[1-9]\\d*)\\.
228
(?P<minor>0|[1-9]\\d*)\\.
weave/version.py
@@ -44,4 +44,4 @@
44
45
"""
46
47
-VERSION = "0.51.22-dev0"
+VERSION = "0.51.22"
0 commit comments