From a659936c8a1e7f5b5de478bf312d34acb00bf58f Mon Sep 17 00:00:00 2001 From: rchopade7 <163139281+rchopade7@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:08:23 +0530 Subject: [PATCH] updated dev version (#744) --- .github/workflows/ci_cd.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 90a430e4ff..5375bae899 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: '24.2.0.dev5' + DOCKER_IMAGE_TAG: '24.2.0.dev6' MAIN_PYTHON_VERSION: '3.9' PACKAGE_NAME: 'ansys-meshing-prime' PACKAGE_NAMESPACE: 'ansys.meshing.prime' diff --git a/pyproject.toml b/pyproject.toml index 7a27e79c7a..0ba2817179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-meshing-prime" -version = "0.6.0.dev5" +version = "0.6.0.dev6" description = "PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology." readme = "README.md" requires-python = ">=3.8,<4"