Skip to content

Commit 25a2837

Browse files
committed
update version of solver server
1 parent cfbff99 commit 25a2837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansys/dyna/core/solver/launcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
LOCALHOST = "127.0.0.1"
2222
DYNA_DEFAULT_PORT = 5000
23-
SERVER_SOLVER_VERSION = "v0.4.6"
23+
SERVER_SOLVER_VERSION = "v0.4.12"
2424
MAX_MESSAGE_LENGTH = 8 * 1024**2
2525

2626

@@ -101,7 +101,7 @@ def launch_grpc(port=DYNA_DEFAULT_PORT, ip=LOCALHOST, server_path="") -> tuple:
101101
if len(server_path) == 0:
102102
# server_path = os.getenv("ANSYS_PYDYNA_SOLVER_SERVER_PATH")
103103
# if server_path is None:
104-
url = "https://github.com/ansys/pydyna/releases/download/v0.4.6/ansys-pydyna-solver-server.zip"
104+
url = "https://github.com/ansys/pydyna/releases/download/v0.4.12/ansys-pydyna-solver-server.zip"
105105
directory = DynaSolver.get_appdata_path()
106106
filename = directory + os.sep + "ansys-pydyna-solver-server.zip"
107107
server_package = directory + os.sep + "ansys-pydyna-solver-server"

0 commit comments

Comments
 (0)