From 6dc27aca925ea776900314f9c0e747ea22367bea Mon Sep 17 00:00:00 2001 From: Mario Ostieri Date: Mon, 27 Jan 2025 14:46:53 +0000 Subject: [PATCH] release 0.9.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de1fbf31647..07d5f10b665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-pyensight-core" -version = "0.9.6" +version = "0.9.7" description = "A python wrapper for Ansys EnSight" readme = "README.rst" requires-python = ">=3.9,<4"