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