Skip to content

Commit 5794c0b

Browse files
authored
Merge pull request #160 from pyswmm/dev
Release v0.16.2
2 parents 906c7c1 + 2de9607 commit 5794c0b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
steps:
4747
- name: Checkout repo
4848
uses: actions/checkout@v5
49+
with:
50+
submodules: true
4951
- name: Install Python
5052
uses: actions/setup-python@v5
5153
with:

swmm-toolkit/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "swmm-toolkit"
7-
version = "0.16.1"
7+
version = "0.16.2"
88
description = "PySWMM SWMM Python Toolkit"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = "CC0-1.0 AND (MIT OR Apache-2.0)"
@@ -31,7 +31,7 @@ urls = { Homepage = "https://github.com/pyswmm/swmm-python" }
3131

3232
[[tool.scikit-build.overrides]]
3333
if.platform-system = "win32"
34-
cmake.args = ["-GVisual Studio 17 2022", "-Ax64"]
34+
cmake.args = ["-GVisual Studio 17 2022"]
3535

3636
[[tool.scikit-build.overrides]]
3737
if.platform-system = "darwin"

swmm-toolkit/src/swmm/toolkit/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
__credits__ = "Colleen Barr"
1919
__license__ = "CC0 1.0 Universal"
2020

21-
__version__ = "0.16.1"
22-
__date__ = "September 4, 2025"
21+
__version__ = "0.16.2"
22+
__date__ = "December 4, 2025"
2323

2424
__maintainer__ = "Michael Tryby"
2525
__email__ = "[email protected]"

swmm-toolkit/swmm-solver

0 commit comments

Comments
 (0)