Skip to content

Commit

Permalink
update version 3.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Dec 14, 2021
1 parent 185ae9d commit 597951a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion openseespy-pip/openseespy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.3.0.1"
version = "3.4.0.0"
6 changes: 3 additions & 3 deletions openseespy-pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
'Windows',
'Mac'],
install_requires=[
'openseespywin>=3.3.0.0; platform_system=="Windows"',
'openseespylinux>=3.3.0.0; platform_system=="Linux"',
'openseespymac>=3.3.0.0; platform_system=="Darwin"',
'openseespywin>=3.3.0.1; platform_system=="Windows"',
'openseespylinux>=3.3.0.1; platform_system=="Linux"',
'openseespymac>=3.3.0.1; platform_system=="Darwin"',
],
python_requires='>=3.6',
zip_safe=False)
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.3.0.1"
version = "3.4.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.3.0.1"
version = "3.4.0.0"

0 comments on commit 597951a

Please sign in to comment.