adding bumpversion config file

This commit is contained in:
Michael Gimbel 2017-02-23 19:24:20 +00:00
parent ef34b55258
commit f4dc1b1f4d

8
.bumpversion.cfg Normal file
View File

@ -0,0 +1,8 @@
[bumpversion]
current_version = 0.0.1
commit = True
tag = True
# these are basically the defaults anyways
tag_name = v{new_version}
message = “Bump version: {current_version} -> {new_version}”