Skip to content

Commit

Permalink
release: bump version to 0.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed Jun 18, 2024
1 parent 56b2251 commit 1bc45b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/examples/extended_examples/hpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/hpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bc45b4

Please sign in to comment.