Skip to content

Commit bbc10c9

Browse files
committed
Bumping version
1 parent 0dbf4ab commit bbc10c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

swmm-toolkit/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CMakeLists.txt - CMake configuration file for swmm-toolkit python package
33
#
44
# Created: Feb 6, 2020
5-
# Modified May 7, 2020
5+
# Modified Jan 12, 2021
66
#
77
# Author: See AUTHORS
88
#
@@ -12,7 +12,7 @@ cmake_minimum_required (VERSION 3.17)
1212

1313
project(swmm-toolkit
1414
VERSION
15-
0.8.0
15+
0.8.1
1616
)
1717

1818

swmm-toolkit/setup.py

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

8383
setup(
8484
name = "swmm-toolkit",
85-
version = "0.8.0",
85+
version = "0.8.1",
8686

8787
packages = ["swmm.toolkit"],
8888
package_dir = {"": "src"},

0 commit comments

Comments
 (0)