From 61138c19d5e9cdeeed16a7e932247dbf399e0e51 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 23 Mar 2017 15:28:42 +0000 Subject: [PATCH] Add version lock to the readme, so project will specify that themselves --- README.md | 4 ++-- setup.cfg | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d71564c1..2a7e21d7 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/setup.cfg b/setup.cfg index 989029cd..bb78b78a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,3 +6,6 @@ message = Bump version [bumpversion:file:setup.py] +[bumpversion:file:README.md] +search = cibuildwheel=={current_version} +replace = cibuildwheel=={new_version}