We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efc0c9 commit 2de9607Copy full SHA for 2de9607
2 files changed
swmm-toolkit/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "swmm-toolkit"
7
-version = "0.16.1"
+version = "0.16.2"
8
description = "PySWMM SWMM Python Toolkit"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
license = "CC0-1.0 AND (MIT OR Apache-2.0)"
swmm-toolkit/src/swmm/toolkit/__init__.py
@@ -18,8 +18,8 @@
18
__credits__ = "Colleen Barr"
19
__license__ = "CC0 1.0 Universal"
20
21
-__version__ = "0.16.1"
22
-__date__ = "September 4, 2025"
+__version__ = "0.16.2"
+__date__ = "December 4, 2025"
23
24
__maintainer__ = "Michael Tryby"
25
__email__ = "michael.tryby@gmail.com"
0 commit comments