Skip to content

Commit 38a1c54

Browse files
committed
Bump version to 2023.1.1
1 parent 38fd409 commit 38a1c54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ If you are interested in **installing an extra target** such as ``fluent-all``:
9393
9494
python -m pip install pyansys[fluent-all]
9595
96-
If you are interested in **installing a specific version** such as ``2023.1.0``:
96+
If you are interested in **installing a specific version** such as ``2023.1.1``:
9797

9898
.. code:: bash
9999
100-
python -m pip install pyansys==2023.1.0
100+
python -m pip install pyansys==2023.1.1
101101
102102
Offline mode installation
103103
^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -114,7 +114,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install
114114

115115
.. code:: bash
116116
117-
unzip pyansys-v2023.1.0-wheelhouse-Linux-3.7-core.zip wheelhouse
117+
unzip pyansys-v2023.1.1-wheelhouse-Linux-3.7-core.zip wheelhouse
118118
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
119119
120120
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pyansys"
8-
version = "2023.1.0"
8+
version = "2023.1.1"
99
description = "Pythonic interfaces to Ansys products"
1010
readme = "README.rst"
1111
license = "MIT"

0 commit comments

Comments
 (0)