From 1bc45b4b1fc87ea1b3ca9c3a9226c9635200f33e Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:17:53 +0200 Subject: [PATCH] release: bump version to `0.68.2` --- doc/source/examples/extended_examples/hpc/requirements.txt | 2 +- doc/source/user_guide/hpc.rst | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/examples/extended_examples/hpc/requirements.txt b/doc/source/examples/extended_examples/hpc/requirements.txt index 62a808215b..d7bd90b2bf 100644 --- a/doc/source/examples/extended_examples/hpc/requirements.txt +++ b/doc/source/examples/extended_examples/hpc/requirements.txt @@ -1,6 +1,6 @@ ansys-api-mapdl==0.5.1 ansys-api-platform-instancemanagement==1.0.0 -ansys-mapdl-core==0.68.1 +ansys-mapdl-core==0.68.2 ansys-mapdl-reader==0.53.0 ansys-math-core==0.1.3 ansys-platform-instancemanagement==1.1.2 diff --git a/doc/source/user_guide/hpc.rst b/doc/source/user_guide/hpc.rst index 1e1f0300bd..e68027352d 100644 --- a/doc/source/user_guide/hpc.rst +++ b/doc/source/user_guide/hpc.rst @@ -204,7 +204,7 @@ To install PyMAPDL on the activated virtual environment, run the following comma user@machine:~$ source /home/user/.venv/bin/activate (.venv) user@machine:~$ pip install ansys-mapdl-core Collecting ansys-mapdl-core - Downloading ansys_mapdl_core-0.68.1-py3-none-any.whl (26.9 MB) + Downloading ansys_mapdl_core-0.68.2-py3-none-any.whl (26.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 37.3 MB/s eta 0:00:00 Collecting pexpect>=4.8.0 Using cached pexpect-4.9.0-py2.py3-none-any.whl (63 kB) @@ -240,7 +240,7 @@ On the console, you should see this output: .. code-block:: text Testing Python! - PyMAPDL version 0.68.1 was successfully imported. + PyMAPDL version 0.68.2 was successfully imported. If you see an error in the output, see :ref:`ref_hpc_troubleshooting`, especially :ref:`ref_python_venv_not_accesible`. diff --git a/pyproject.toml b/pyproject.toml index 41a6e8aa7e..92544e69c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-mapdl-core" -version = "0.68.1" +version = "0.68.2" description = "A Python wrapper for Ansys MAPDL." readme = "README.md" requires-python = ">=3.9,<3.13" # Update also 'MINIMUM_PYTHON_VERSION' in src/ansys/mapdl/core/__init__.py