From 38019fc5acc441ceacfa50f453ae74ffa843d1a5 Mon Sep 17 00:00:00 2001 From: Philip Usher Date: Mon, 18 Nov 2024 11:12:07 +0000 Subject: [PATCH] updated release version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ebfb4fe4..8d702b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-conceptev-core" description = "A Python wrapper for Ansys Conceptev core" -version = "0.7.dev0" +version = "0.7.0" license = "MIT" authors = ["ANSYS, Inc. "] maintainers = ["ANSYS, Inc. "]