From 0782feae94c9b7fb7bb097620cf6a8463486763c Mon Sep 17 00:00:00 2001 From: Jorge Martinez Garrido Date: Thu, 8 Dec 2022 09:19:40 +0100 Subject: [PATCH] BUMP: version 0.62.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cabc4b54c9..9eb4ae019a 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-mapdl-core" -version = "0.62.2" +version = "0.62.3" description = "A Python wrapper for Ansys mapdl core" readme = "README.rst" requires-python = ">=3.7"