Skip to content

Commit 4b28a7e

Browse files
author
stroutm
committed
bumping version v0.15.4
1 parent f044107 commit 4b28a7e

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

swmm-toolkit/AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Caleb Buahin <caleb.buahin@xyleminc.com>
77
Laurent Courty <lrntct@gmail.com>
88
Constantine Karos <ckaros@outlook.com>
99
Abhiram Mullapudi <abhiramm@umich.edu>
10-
Brooke Mason <bemason@umich.edu>
10+
Brooke Mason <bemason@umich.edu>
11+
Sara C. Troutman <stroutm@umich.edu>

swmm-toolkit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cmake_minimum_required (VERSION 3.17)
1515

1616
project(swmm-toolkit
1717
VERSION
18-
0.15.3
18+
0.15.4
1919
)
2020

2121

swmm-toolkit/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def exclude_files(cmake_manifest):
112112

113113
setup(
114114
name = "swmm-toolkit",
115-
version = "0.15.3",
115+
version = "0.15.4",
116116

117117
packages = ["swmm_toolkit", "swmm.toolkit"],
118118
package_dir = package_dir,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__credits__ = "Colleen Barr, Sam Hatchett"
2020
__license__ = "CC0 1.0 Universal"
2121

22-
__version__ = "0.15.2"
22+
__version__ = "0.15.4"
2323
__date__ = "June 7, 2021"
2424

2525
__maintainer__ = "Michael Tryby"

0 commit comments

Comments
 (0)