We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbf4ab commit bbc10c9Copy full SHA for bbc10c9
swmm-toolkit/CMakeLists.txt
@@ -2,7 +2,7 @@
2
# CMakeLists.txt - CMake configuration file for swmm-toolkit python package
3
#
4
# Created: Feb 6, 2020
5
-# Modified May 7, 2020
+# Modified Jan 12, 2021
6
7
# Author: See AUTHORS
8
@@ -12,7 +12,7 @@ cmake_minimum_required (VERSION 3.17)
12
13
project(swmm-toolkit
14
VERSION
15
- 0.8.0
+ 0.8.1
16
)
17
18
swmm-toolkit/setup.py
@@ -82,7 +82,7 @@ def exclude_files(cmake_manifest):
82
83
setup(
84
name = "swmm-toolkit",
85
- version = "0.8.0",
+ version = "0.8.1",
86
87
packages = ["swmm.toolkit"],
88
package_dir = {"": "src"},
0 commit comments