Skip to content

Commit

Permalink
bumping version v0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stroutm committed Apr 12, 2024
1 parent f044107 commit 4b28a7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion swmm-toolkit/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Caleb Buahin <[email protected]>
Laurent Courty <[email protected]>
Constantine Karos <[email protected]>
Abhiram Mullapudi <[email protected]>
Brooke Mason <[email protected]>
Brooke Mason <[email protected]>
Sara C. Troutman <[email protected]>
2 changes: 1 addition & 1 deletion swmm-toolkit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cmake_minimum_required (VERSION 3.17)

project(swmm-toolkit
VERSION
0.15.3
0.15.4
)


Expand Down
2 changes: 1 addition & 1 deletion swmm-toolkit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def exclude_files(cmake_manifest):

setup(
name = "swmm-toolkit",
version = "0.15.3",
version = "0.15.4",

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

__version__ = "0.15.2"
__version__ = "0.15.4"
__date__ = "June 7, 2021"

__maintainer__ = "Michael Tryby"
Expand Down

0 comments on commit 4b28a7e

Please sign in to comment.