Codebase list python-procrunner / v2.3.3 .bumpversion.cfg
v2.3.3

Tree @v2.3.3 (Download .tar.gz)

.bumpversion.cfg @v2.3.3

9377ef3
f15aaa5
9377ef3
 
 
59c6a88
 
 
9377ef3
 
 
 
[bumpversion]
current_version = 2.3.3
commit = True
tag = True

[bumpversion:file:setup.cfg]
search = version = {current_version}
replace = version = {new_version}

[bumpversion:file:procrunner/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"