File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
src/ansys/meshing/prime/internals Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515
1616env :
1717 DOCKER_IMAGE_NAME : ghcr.io/ansys/prime
18- DOCKER_IMAGE_TAG : ' 25.1.1.dev0 '
18+ DOCKER_IMAGE_TAG : ' 25.1.1'
1919 MAIN_PYTHON_VERSION : ' 3.12'
2020 PACKAGE_NAME : ' ansys-meshing-prime'
2121 PACKAGE_NAMESPACE : ' ansys.meshing.prime'
Original file line number Diff line number Diff line change 1+ publishing dev to release 0.8.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " ansys-meshing-prime"
7- version = " 0.8.0.dev0 "
7+ version = " 0.8.0"
88description = " PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology."
99readme = " README.md"
1010requires-python = " >=3.10,<4"
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ def launch_remote_prime(
175175 This method creates a file transfer service that is available on Ansys Lab.
176176 """
177177 if version is None :
178- version = 'latest '
178+ version = '251-sp1 '
179179
180180 pim = pypim .connect ()
181181 instance = pim .create_instance (product_name = 'prime' , product_version = version )
You can’t perform that action at this time.
0 commit comments