Skip to content

Commit

Permalink
update OWA SWMM to v5.2.0 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 604adc5 commit 1a096d5
Show file tree
Hide file tree
Showing 5 changed files with 14 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.10.0
0.11.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.10.0",
version = "0.11.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.10.0"
__version__ = "0.11.0"
__date__ = "June 7, 2021"

__maintainer__ = "Michael Tryby"
Expand Down
10 changes: 10 additions & 0 deletions swmm-toolkit/src/swmm/toolkit/solver.i
Expand Up @@ -219,6 +219,16 @@
%ignore swmm_getWarnings;
%ignore swmm_IsOpenFlag;
%ignore swmm_IsStartedFlag;
%ignore swmm_IsStartedFlag;

%ignore swmm_getCount;
%ignore swmm_getName;
%ignore swmm_getIndex;
%ignore swmm_getValue;
%ignore swmm_setValue;
%ignore swmm_getSavedValue;
%ignore swmm_writeLine;
%ignore swmm_decodeDate;

%include "swmm5.h"

Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/swmm-solver

0 comments on commit 1a096d5

Please sign in to comment.