Skip to content

Commit 0964859

Browse files
committed
updated dependencies
1 parent 08e1226 commit 0964859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyansys/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# major, minor, patch
2-
version_info = 0, 19, 0
2+
version_info = 0, 19, 1
33

44

55
# Nice string for the version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def compilerName():
4747

4848
# Assign arguments based on compiler
4949
compiler = compilerName()
50-
if compiler == 'unix' or compiler == 'msvc':
50+
if compiler == 'unix':
5151
cmp_arg = ['-O3']
5252
else:
5353
cmp_arg = ['/Ox']

0 commit comments

Comments
 (0)