We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e043df4 commit ecd458eCopy full SHA for ecd458e
pyproject.toml
@@ -237,7 +237,7 @@ module = "weave_query.*"
237
ignore_errors = true
238
239
[tool.bumpversion]
240
-current_version = "0.51.34"
+current_version = "0.51.35-dev0"
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.34"
+VERSION = "0.51.35-dev0"
0 commit comments