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