Fix bump_version script

This commit is contained in:
Joe Rickerby
2021-05-28 14:13:04 +01:00
parent e4a917f717
commit d1898152f7
+1 -1
View File
@@ -18,7 +18,7 @@ import cibuildwheel
config = [
# file path, version find/replace format
("README.md", "cibuildwheel=={}"),
("cibuildwheel/__init__.py", "__version__ = '{}'"),
("cibuildwheel/__init__.py", '__version__ = "{}"'),
("docs/faq.md", "cibuildwheel=={}"),
("docs/faq.md", "cibuildwheel@v{}"),
("docs/setup.md", "cibuildwheel=={}"),