From 67c0f784e0ec1b88065d9f585e513bf8ee4b99bc Mon Sep 17 00:00:00 2001 From: klmcadams <58492561+klmcadams@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:36:46 -0400 Subject: [PATCH] update version to v0.11.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 524bdc5e0..f3a99d8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-mechanical-core" -version = "0.11.4" +version = "0.11.5" description = "A python wrapper for Ansys Mechanical" readme = "README.rst" requires-python = ">=3.9,<4.0"