Is is possible to instruct `bumpversion` to tags like this? ``` git tag -a v"1.0.0" -m "Version 1.0.0"; ```
Is is possible to instruct
bumpversionto tags like this?