Skip to content

Commit 0cb11fb

Browse files
rchopade7Ravindra Chopadepyansys-ci-bot
authored
using explicit version instead of latest (#982)
Co-authored-by: Ravindra Chopade <[email protected]> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 950690e commit 0cb11fb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/changelog.d/982.maintenance.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
using explicit version instead of latest

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-meshing-prime"
7-
version = "0.7.0"
7+
version = "0.7.1"
88
description = "PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology."
99
readme = "README.md"
1010
requires-python = ">=3.10,<4"

src/ansys/meshing/prime/internals/launcher.py

+1-1
Original file line numberDiff line numberDiff 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 = '25.1.0'
179179

180180
pim = pypim.connect()
181181
instance = pim.create_instance(product_name='prime', product_version=version)

0 commit comments

Comments
 (0)