Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed May 7, 2020
1 parent 2747059 commit 7e89826
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions install_pip.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from build_pip import copy_library, build_pip, upload_pip, clean_pip

copy_library('../OpenSees/SRC/interpreter/opensees.so',
'../OpenSees/SRC/interpreter/opensees.pyd')
copy_library('../OpenSeesPy/SRC/interpreter/opensees.so',
'../OpenSeesPy/SRC/interpreter/opensees.pyd')
build_pip()
upload_pip()
clean_pip()
clean_pip()
6 changes: 3 additions & 3 deletions install_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from build_pip import copy_library, build_pip, upload_pip_test, clean_pip


copy_library('../OpenSees/SRC/interpreter/opensees.so',
'../OpenSees/SRC/interpreter/opensees.pyd')
copy_library('../OpenSeesPy/SRC/interpreter/opensees.so',
'../OpenSeesPy/SRC/interpreter/opensees.pyd')
build_pip()
upload_pip_test()
clean_pip()
clean_pip()
2 changes: 1 addition & 1 deletion openseespy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.2.0.1"
version = "3.2.0.2"

0 comments on commit 7e89826

Please sign in to comment.