From 15142d01e441724835966cc63e8900309a854df5 Mon Sep 17 00:00:00 2001 From: German Date: Wed, 9 Aug 2023 11:55:32 +0200 Subject: [PATCH] Bumping to 0.65.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e30afdb429..4b617457c8 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.65.1" +version = "0.65.2" description = "A Python wrapper for Ansys MAPDL." readme = "README.rst" requires-python = ">=3.7"