From ba4e21875b171b6c35f4c7662825f6ff5f17159f Mon Sep 17 00:00:00 2001 From: wenhui Date: Fri, 11 Aug 2023 10:23:15 +0800 Subject: [PATCH] update to 0.3.5 --- doc/source/getting-started/index.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/getting-started/index.rst b/doc/source/getting-started/index.rst index c8b54cc05..ef97fe4e0 100644 --- a/doc/source/getting-started/index.rst +++ b/doc/source/getting-started/index.rst @@ -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`` diff --git a/pyproject.toml b/pyproject.toml index f86952c89..9719f84be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"