From 6feaebc9622a83e2bfa59b843efd9dc76a07f918 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 11 Mar 2022 16:48:44 +0100 Subject: [PATCH] Bumping to 0.61.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f60617e06..0e5cae91a0 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.61.dev0" +version = "0.61.0" description = "A Python wrapper for Ansys mapdl core" readme = "README.rst" requires-python = ">=3.7"