From 3be611eab12b07f03c370cd0f9aff5b35df7af50 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Fri, 12 May 2023 15:12:29 +0200 Subject: [PATCH] VER:Bump version 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f95a0ee6d..17850c35c 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.8.dev0" +version = "0.8.0" description = "A python wrapper for Ansys Mechanical" readme = "README.rst" requires-python = ">=3.7,<4.0"