Skip to content

Commit f2a9000

Browse files
committed
update to version v0.3.1
1 parent ac2a226 commit f2a9000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ For example, on Linux with Python 3.8, unzip the wheelhouse archive and install
130130

131131
.. code:: bash
132132
133-
unzip ansys-dyna-core-v0.3.0-wheelhouse-Linux-3.8.zip wheelhouse
133+
unzip ansys-dyna-core-v0.3.1-wheelhouse-Linux-3.8.zip wheelhouse
134134
pip install ansys-dyna-core -f wheelhouse --no-index --upgrade --ignore-installed
135135
136136
If you are on Windows with Python 3.9, unzip the corresponding wheelhouse to a wheelhouse directory

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-dyna-core"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Python interface to LS-DYNA Service"
99
readme = "README.rst"
1010
requires-python = ">=3.8,<4"

0 commit comments

Comments
 (0)