File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ commands:
169169
170170.. code :: bash
171171
172- unzip pyansys-v2024.1.3 -wheelhouse-Linux-3.9-core.zip wheelhouse
172+ unzip pyansys-v2024.1.4 -wheelhouse-Linux-3.9-core.zip wheelhouse
173173 pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
174174
175175 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 @@ -87,7 +87,7 @@ it with the following:
8787
8888.. code :: bash
8989
90- unzip pyansys-v2024.1.3 -wheelhouse-Linux-3.9-core.zip wheelhouse
90+ unzip pyansys-v2024.1.4 -wheelhouse-Linux-3.9-core.zip wheelhouse
9191 pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
9292
9393 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 = " 2024.1.3 "
8+ version = " 2024.1.4 "
99description = " Pythonic interfaces to Ansys products"
1010readme = " README.rst"
1111requires-python = " >=3.9,<4"
You can’t perform that action at this time.
0 commit comments