Bump version: v2.11.0

This commit is contained in:
Joe Rickerby
2022-10-13 09:54:44 +01:00
parent 563b1c159b
commit a9ad61c87f
20 changed files with 54 additions and 37 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build wheels
uses: pypa/cibuildwheel@v2.10.2
uses: pypa/cibuildwheel@v2.11.0
# env:
# CIBW_SOME_OPTION: value
# ...