2017-03-19 21:53:15 +00:00
|
|
|
[bumpversion]
|
2019-09-29 20:40:44 +01:00
|
|
|
current_version = 0.12.0
|
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
|
|
|
|
2019-05-28 10:33:50 +01:00
|
|
|
[bdist_wheel]
|
|
|
|
|
universal = 1
|
|
|
|
|
|