File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ commands:
140140
141141.. code :: bash
142142
143- unzip pyansys-v2023.2.0 -wheelhouse-Linux-3.8-core.zip wheelhouse
143+ unzip pyansys-v2023.2.1 -wheelhouse-Linux-3.8-core.zip wheelhouse
144144 pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
145145
146146 If you're on Windows with Python 3.9, unzip to a wheelhouse directory and then install using
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ to this package that can be provided is its version. This can be looked up as fo
99 >>> from pyansys import __version__
1010 >>> __version__
1111
12- '2023.2.0 '
12+ '2023.2.1 '
1313
1414 However, each of the PyAnsys packages that shape the ``pyansys `` metapackage have their own specific API
1515reference section. In order to navigate through them, please refer to their documentation.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ it with the following:
8888
8989.. code :: bash
9090
91- unzip pyansys-v2023.2.0 -wheelhouse-Linux-3.9-core.zip wheelhouse
91+ unzip pyansys-v2023.2.1 -wheelhouse-Linux-3.9-core.zip wheelhouse
9292 pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
9393
9494 If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.
Original file line number Diff line number Diff 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
77name = " pyansys"
8- version = " 2023.2.0 "
8+ version = " 2023.2.1 "
99description = " Pythonic interfaces to Ansys products"
1010readme = " README.rst"
1111requires-python = " >=3.8,<4"
You can’t perform that action at this time.
0 commit comments