We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea482fa commit 72f5e5fCopy full SHA for 72f5e5f
pyproject.toml
@@ -189,7 +189,7 @@ module = "weave_query.*"
189
ignore_errors = true
190
191
[tool.bumpversion]
192
-current_version = "0.51.16-dev0"
+current_version = "0.51.16"
193
parse = """(?x)
194
(?P<major>0|[1-9]\\d*)\\.
195
(?P<minor>0|[1-9]\\d*)\\.
weave/version.py
@@ -44,4 +44,4 @@
44
45
"""
46
47
-VERSION = "0.51.16-dev0"
+VERSION = "0.51.16"
0 commit comments