Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v5
with:
submodules: true
- name: Install Python
uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions swmm-toolkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

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

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

[[tool.scikit-build.overrides]]
if.platform-system = "darwin"
Expand Down
4 changes: 2 additions & 2 deletions swmm-toolkit/src/swmm/toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
__credits__ = "Colleen Barr"
__license__ = "CC0 1.0 Universal"

__version__ = "0.16.1"
__date__ = "September 4, 2025"
__version__ = "0.16.2"
__date__ = "December 4, 2025"

__maintainer__ = "Michael Tryby"
__email__ = "michael.tryby@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/swmm-solver
Loading