Skip to content

Commit

Permalink
update OWA SWMM to v5.2.2 and set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Mar 28, 2023
1 parent 89a2530 commit 1199894
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion swmm-toolkit/CMakeLists.txt
Expand Up @@ -15,7 +15,7 @@ cmake_minimum_required (VERSION 3.17)

project(swmm-toolkit
VERSION
0.12.0
0.13.0
)


Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/setup.py
Expand Up @@ -88,7 +88,7 @@ def exclude_files(cmake_manifest):

setup(
name = "swmm-toolkit",
version = "0.12.0",
version = "0.13.0",

packages = ["swmm_toolkit", "swmm.toolkit"],
package_dir = package_dir,
Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/src/swmm/toolkit/__init__.py
Expand Up @@ -19,7 +19,7 @@
__credits__ = "Colleen Barr, Sam Hatchett"
__license__ = "CC0 1.0 Universal"

__version__ = "0.12.0"
__version__ = "0.13.0"
__date__ = "June 7, 2021"

__maintainer__ = "Michael Tryby"
Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/swmm-solver

0 comments on commit 1199894

Please sign in to comment.