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 08e1226 commit 0964859Copy full SHA for 0964859
pyansys/_version.py
@@ -1,5 +1,5 @@
1
# major, minor, patch
2
-version_info = 0, 19, 0
+version_info = 0, 19, 1
3
4
5
# Nice string for the version
setup.py
@@ -47,7 +47,7 @@ def compilerName():
47
48
# Assign arguments based on compiler
49
compiler = compilerName()
50
-if compiler == 'unix' or compiler == 'msvc':
+if compiler == 'unix':
51
cmp_arg = ['-O3']
52
else:
53
cmp_arg = ['/Ox']
0 commit comments