We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cc4da commit a0b54a0Copy full SHA for a0b54a0
pyproject.toml
@@ -230,7 +230,7 @@ module = "weave_query.*"
230
ignore_errors = true
231
232
[tool.bumpversion]
233
-current_version = "0.51.32-dev0"
+current_version = "0.51.32"
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.32-dev0"
+VERSION = "0.51.32"
0 commit comments