Add version lock to the readme, so project will specify that themselves

This commit is contained in:
Joe Rickerby
2017-03-23 15:28:42 +00:00
parent 782e383c10
commit 61138c19d5
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ Usage
- os: osx
script:
- pip install cibuildwheel
- pip install cibuildwheel==0.1.1
- cibuildwheel --output-dir wheelhouse
```
@@ -54,7 +54,7 @@ Usage
```
build_script:
- pip install cibuildwheel
- pip install cibuildwheel==0.1.1
- cibuildwheel --output-dir wheelhouse
artifacts:
- path: "wheelhouse\\*.whl"
+3
View File
@@ -6,3 +6,6 @@ message = Bump version
[bumpversion:file:setup.py]
[bumpversion:file:README.md]
search = cibuildwheel=={current_version}
replace = cibuildwheel=={new_version}