Skip to content

Commit

Permalink
Bump version to 2023.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jan 24, 2023
1 parent d1454b2 commit 7a0d3e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ If you are interested in **installing an extra target** such as ``fluent-all``:
python -m pip install pyansys[fluent-all]
If you are interested in **installing a specific version** such as ``2023.1.1``:
If you are interested in **installing a specific version** such as ``2023.1.2``:

.. code:: bash
python -m pip install pyansys==2023.1.1
python -m pip install pyansys==2023.1.2
Offline mode installation
^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -114,7 +114,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install

.. code:: bash
unzip pyansys-v2023.1.1-wheelhouse-Linux-3.7-core.zip wheelhouse
unzip pyansys-v2023.1.2-wheelhouse-Linux-3.7-core.zip wheelhouse
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.
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 = "poetry.core.masonry.api"
[tool.poetry]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "pyansys"
version = "2023.1.1"
version = "2023.1.2"
description = "Pythonic interfaces to Ansys products"
readme = "README.rst"
license = "MIT"
Expand Down

0 comments on commit 7a0d3e3

Please sign in to comment.