Skip to content

Commit 1bc45b4

Browse files
committed
release: bump version to 0.68.2
1 parent 56b2251 commit 1bc45b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/examples/extended_examples/hpc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ansys-api-mapdl==0.5.1
22
ansys-api-platform-instancemanagement==1.0.0
3-
ansys-mapdl-core==0.68.1
3+
ansys-mapdl-core==0.68.2
44
ansys-mapdl-reader==0.53.0
55
ansys-math-core==0.1.3
66
ansys-platform-instancemanagement==1.1.2

doc/source/user_guide/hpc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To install PyMAPDL on the activated virtual environment, run the following comma
204204
user@machine:~$ source /home/user/.venv/bin/activate
205205
(.venv) user@machine:~$ pip install ansys-mapdl-core
206206
Collecting ansys-mapdl-core
207-
Downloading ansys_mapdl_core-0.68.1-py3-none-any.whl (26.9 MB)
207+
Downloading ansys_mapdl_core-0.68.2-py3-none-any.whl (26.9 MB)
208208
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 37.3 MB/s eta 0:00:00
209209
Collecting pexpect>=4.8.0
210210
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:
240240
.. code-block:: text
241241
242242
Testing Python!
243-
PyMAPDL version 0.68.1 was successfully imported.
243+
PyMAPDL version 0.68.2 was successfully imported.
244244
245245
If you see an error in the output, see :ref:`ref_hpc_troubleshooting`, especially
246246
:ref:`ref_python_venv_not_accesible`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-mapdl-core"
8-
version = "0.68.1"
8+
version = "0.68.2"
99
description = "A Python wrapper for Ansys MAPDL."
1010
readme = "README.md"
1111
requires-python = ">=3.9,<3.13" # Update also 'MINIMUM_PYTHON_VERSION' in src/ansys/mapdl/core/__init__.py

0 commit comments

Comments
 (0)