Skip to content

Commit 1c9b56f

Browse files
committed
Bump version to 0.3.dev0
1 parent 3970b5d commit 1c9b56f

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
@@ -105,7 +105,7 @@ For example, on Linux with Python 3.7, unzip the wheelhouse archive and install
105105

106106
.. code:: bash
107107
108-
unzip ansys-dyna-core-v0.2.dev0-wheelhouse-Linux-3.7.zip wheelhouse
108+
unzip ansys-dyna-core-v0.3.dev0-wheelhouse-Linux-3.7.zip wheelhouse
109109
pip install ansys-dyna-core -f wheelhouse --no-index --upgrade --ignore-installed
110110
111111
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.2.dev0"
7+
version = "0.3.dev0"
88
description = "Python interface to LS-DYNA Service"
99
readme = "README.rst"
1010
requires-python = ">=3.7,<4"

0 commit comments

Comments
 (0)