Fix bump_version script
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ import cibuildwheel
|
|||||||
config = [
|
config = [
|
||||||
# file path, version find/replace format
|
# file path, version find/replace format
|
||||||
("README.md", "cibuildwheel=={}"),
|
("README.md", "cibuildwheel=={}"),
|
||||||
("cibuildwheel/__init__.py", "__version__ = '{}'"),
|
("cibuildwheel/__init__.py", '__version__ = "{}"'),
|
||||||
("docs/faq.md", "cibuildwheel=={}"),
|
("docs/faq.md", "cibuildwheel=={}"),
|
||||||
("docs/faq.md", "cibuildwheel@v{}"),
|
("docs/faq.md", "cibuildwheel@v{}"),
|
||||||
("docs/setup.md", "cibuildwheel=={}"),
|
("docs/setup.md", "cibuildwheel=={}"),
|
||||||
|
|||||||
Reference in New Issue
Block a user