From dc64d46557acfb3e1cf83befa2614007106f988b Mon Sep 17 00:00:00 2001 From: German Date: Mon, 18 Sep 2023 17:48:14 +0200 Subject: [PATCH] Bump 0.66 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25ce348386..baa8205a34 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.66.dev0" +version = "0.66.0" description = "A Python wrapper for Ansys MAPDL." readme = "README.rst" requires-python = ">=3.8"