We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7976b2c commit 35c2e46Copy full SHA for 35c2e46
pyproject.toml
@@ -253,7 +253,7 @@ module = "weave_query.*"
253
ignore_errors = true
254
255
[tool.bumpversion]
256
-current_version = "0.51.36-dev0"
+current_version = "0.51.36"
257
parse = """(?x)
258
(?P<major>0|[1-9]\\d*)\\.
259
(?P<minor>0|[1-9]\\d*)\\.
weave/version.py
@@ -44,4 +44,4 @@
44
45
"""
46
47
-VERSION = "0.51.36-dev0"
+VERSION = "0.51.36"
0 commit comments