Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Nov 14, 2017
1 parent 08e1226 commit 0964859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyansys/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# major, minor, patch
version_info = 0, 19, 0
version_info = 0, 19, 1


# Nice string for the version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def compilerName():

# Assign arguments based on compiler
compiler = compilerName()
if compiler == 'unix' or compiler == 'msvc':
if compiler == 'unix':
cmp_arg = ['-O3']
else:
cmp_arg = ['/Ox']
Expand Down

0 comments on commit 0964859

Please sign in to comment.