Skip to content

Commit

Permalink
update to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhuiuy committed Aug 11, 2023
1 parent e2da67c commit ba4e218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ with these commands:

.. code:: bash
unzip ansys-dyna-core-v0.3.4-wheelhouse-Linux-3.8.zip -d wheelhouse
unzip ansys-dyna-core-v0.3.5-wheelhouse-Linux-3.8.zip -d wheelhouse
pip install ansys-dyna-core -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.8, unzip the wheelhouse archive to a ``wheelhouse``
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-dyna-core"
version = "0.3.4"
version = "0.3.5"
description = "Python interface to LS-DYNA Service"
readme = "README.rst"
requires-python = ">=3.8,<4"
Expand Down

0 comments on commit ba4e218

Please sign in to comment.