Skip to content

Commit 93242a0

Browse files
committed
Updated cibuildwheel and bumped cmakelists version number
1 parent a35ae11 commit 93242a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
submodules: true
5757

5858
- name: Build wheels
59-
uses: pypa/cibuildwheel@v2.15.0
59+
uses: pypa/cibuildwheel@v2.16.2
6060
with:
6161
package-dir: ./swmm-toolkit
6262
env:
@@ -102,7 +102,7 @@ jobs:
102102
platforms: all
103103

104104
- name: Build wheels
105-
uses: pypa/cibuildwheel@v2.15.0
105+
uses: pypa/cibuildwheel@v2.16.2
106106
with:
107107
package-dir: ./swmm-toolkit
108108
env:

swmm-toolkit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cmake_minimum_required (VERSION 3.17)
1515

1616
project(swmm-toolkit
1717
VERSION
18-
0.15.2
18+
0.15.3
1919
)
2020

2121

0 commit comments

Comments
 (0)