1 2 3 4 5 6 7 8 9 10
[bumpver] current_version = "v1.6.19" version_pattern = "vMAJOR.MINOR.PATCH" commit = true push = true [bumpver.file_patterns] "Cargo.toml" = [ 'version = "{pep440_version}"', ]