2017-03-19 21:53:15 +00:00
|
|
|
[bumpversion]
|
2018-07-01 21:28:28 +01:00
|
|
|
current_version = 0.9.2
|
2017-03-19 21:53:15 +00:00
|
|
|
commit = True
|
|
|
|
|
tag = True
|
|
|
|
|
message = Bump version
|
|
|
|
|
|
|
|
|
|
[bumpversion:file:setup.py]
|
2017-03-19 21:56:35 +00:00
|
|
|
|
2017-04-13 15:02:04 +01:00
|
|
|
[bumpversion:file:cibuildwheel/__init__.py]
|
|
|
|
|
|
2017-03-23 15:28:42 +00:00
|
|
|
[bumpversion:file:README.md]
|
|
|
|
|
search = cibuildwheel=={current_version}
|
|
|
|
|
replace = cibuildwheel=={new_version}
|
2017-03-23 15:28:56 +00:00
|
|
|
|