@@ -65,7 +65,7 @@ def run(self):
65
65
66
66
# Set Platform specific cmake args here
67
67
if platform_system == "Windows" :
68
- cmake_args = ["-GVisual Studio 15 2017 Win64 " ]
68
+ cmake_args = ["-GVisual Studio 17 2022" , "-Ax64 " ]
69
69
70
70
elif platform_system == "Darwin" :
71
71
cmake_args = ["-GNinja" ,"-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9" ]
@@ -88,7 +88,7 @@ def exclude_files(cmake_manifest):
88
88
89
89
setup (
90
90
name = "swmm-toolkit" ,
91
- version = "0.8.2 " ,
91
+ version = "0.9.0 " ,
92
92
93
93
packages = ["swmm_toolkit" , "swmm.toolkit" ],
94
94
package_dir = package_dir ,
@@ -116,10 +116,10 @@ def exclude_files(cmake_manifest):
116
116
"Operating System :: POSIX :: Linux" ,
117
117
"Operating System :: MacOS" ,
118
118
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication" ,
119
- "Programming Language :: Python :: 3.6" ,
120
119
"Programming Language :: Python :: 3.7" ,
121
120
"Programming Language :: Python :: 3.8" ,
122
121
"Programming Language :: Python :: 3.9" ,
122
+ "Programming Language :: Python :: 3.10" ,
123
123
"Programming Language :: C" ,
124
124
"Development Status :: 4 - Beta" ,
125
125
]
0 commit comments