Skip to content

Commit

Permalink
Merge pull request #133 from pyswmm/dev
Browse files Browse the repository at this point in the history
bump version to v0.15.5
  • Loading branch information
karosc authored Apr 17, 2024
2 parents 3fb565d + 11f60fe commit 4ca71f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.4
0.15.5
)


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.4",
version = "0.15.5",

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.4"
__version__ = "0.15.5"
__date__ = "June 7, 2021"

__maintainer__ = "Michael Tryby"
Expand Down

0 comments on commit 4ca71f7

Please sign in to comment.