From 4594894710bbf381ea8d704d41c1e54a5aef7d3e Mon Sep 17 00:00:00 2001 From: Ninad Kamat Date: Thu, 13 Jul 2023 15:35:21 -0500 Subject: [PATCH] Update versioning --- .github/workflows/ci_cd.yml | 2 +- pyproject.toml | 2 +- src/ansys/meshing/prime/internals/launcher.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 8e7d3533ac..0b83c524fc 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -15,7 +15,7 @@ on: env: DOCKER_IMAGE_NAME: ghcr.io/ansys/prime - DOCKER_IMAGE_TAG: '23.2.0.dev8' + DOCKER_IMAGE_TAG: '24.1.0.dev2' MAIN_PYTHON_VERSION: '3.9' PACKAGE_NAME: 'ansys-meshing-prime' PACKAGE_NAMESPACE: 'ansys.meshing.prime' diff --git a/pyproject.toml b/pyproject.toml index f399fd0035..d506ac9afe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-meshing-prime" -version = "0.4.0.dev9" +version = "0.5.0.dev2" description = "PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology." readme = "README.md" requires-python = ">=3.8,<4" diff --git a/src/ansys/meshing/prime/internals/launcher.py b/src/ansys/meshing/prime/internals/launcher.py index 0f84fe43d6..5656b9a3fc 100644 --- a/src/ansys/meshing/prime/internals/launcher.py +++ b/src/ansys/meshing/prime/internals/launcher.py @@ -22,7 +22,7 @@ def get_install_locations(): - supported_versions = ['232'] + supported_versions = ['241'] awp_roots = {ver: os.environ.get(f'AWP_ROOT{ver}', '') for ver in supported_versions} installed_versions = { ver: os.path.join(path, 'meshing', 'Prime')