We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608c778 commit e81a497Copy full SHA for e81a497
1 file changed
.bumpversion.toml
@@ -33,6 +33,11 @@ filename = "crates/lance-graph/Cargo.toml"
33
search = 'version = "{current_version}"'
34
replace = 'version = "{new_version}"'
35
36
+[[tool.bumpversion.files]]
37
+filename = "crates/lance-graph-catalog/Cargo.toml"
38
+search = 'version = "{current_version}"'
39
+replace = 'version = "{new_version}"'
40
+
41
[[tool.bumpversion.files]]
42
filename = "crates/lance-graph-python/Cargo.toml"
43
0 commit comments