Skip to content

Commit

Permalink
update version for linux and win
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed May 28, 2021
1 parent b494dcf commit ce125ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openseespylinux-pip/openseespylinux/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.2.2.10"
version = "3.3.0.0"
2 changes: 1 addition & 1 deletion openseespywin-pip/openseespywin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.2.2.10"
version = "3.3.0.0"
2 changes: 2 additions & 0 deletions update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def update_version(version):

# commit pip version
subprocess.run(['git', 'add', 'openseespy-pip'])
subprocess.run(['git', 'add', 'openseespylinux-pip'])
subprocess.run(['git', 'add', 'openseespywin-pip'])
subprocess.run(['git', 'commit', '-m',
f'update version {version}'])

Expand Down

0 comments on commit ce125ab

Please sign in to comment.