Skip to content

Commit d3d18f3

Browse files
committed
update version 0.3.4
1 parent 851d1dd commit d3d18f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/getting-started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ with these commands:
107107

108108
.. code:: bash
109109
110-
unzip ansys-dyna-core-v0.3.3-wheelhouse-Linux-3.8.zip -d wheelhouse
110+
unzip ansys-dyna-core-v0.3.4-wheelhouse-Linux-3.8.zip -d wheelhouse
111111
pip install ansys-dyna-core -f wheelhouse --no-index --upgrade --ignore-installed
112112
113113
If you're on Windows with Python 3.8, unzip the wheelhouse archive to a ``wheelhouse``

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.3"
7+
version = "0.3.4"
88
description = "Python interface to LS-DYNA Service"
99
readme = "README.rst"
1010
requires-python = ">=3.8,<4"

0 commit comments

Comments
 (0)