We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca3a96 commit ed84d8aCopy full SHA for ed84d8a
pyproject.toml
@@ -237,7 +237,7 @@ module = "weave_query.*"
237
ignore_errors = true
238
239
[tool.bumpversion]
240
-current_version = "0.51.26-dev0"
+current_version = "0.51.26"
241
parse = """(?x)
242
(?P<major>0|[1-9]\\d*)\\.
243
(?P<minor>0|[1-9]\\d*)\\.
weave/version.py
@@ -44,4 +44,4 @@
44
45
"""
46
47
-VERSION = "0.51.26-dev0"
+VERSION = "0.51.26"
0 commit comments