Skip to content

Commit c49f115

Browse files
publishing dev to release 0.8.0 (#987)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent dd498d8 commit c49f115

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
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'

doc/changelog.d/987.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
publishing dev to release 0.8.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.8.0.dev0"
7+
version = "0.8.0"
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

Lines changed: 1 addition & 1 deletion
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 = '251-sp1'
179179

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

0 commit comments

Comments
 (0)