From 1c63179995e0f54919f91306d095d03641a1da7f Mon Sep 17 00:00:00 2001 From: wenhui Date: Fri, 22 Mar 2024 15:40:38 +0800 Subject: [PATCH] update to v0.4.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45c1e63eb..895a90afd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-dyna-core" -version = "0.4.13" +version = "0.4.14" description = "Python interface to LS-DYNA Service" readme = "README.rst" requires-python = ">=3.9,<4"