From 5cc672539af9659c374ca9270d9006e114549c77 Mon Sep 17 00:00:00 2001 From: Mario Ostieri Date: Fri, 10 Nov 2023 15:10:21 +0000 Subject: [PATCH] release 0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a3e7391f47..1a04c57046f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-pyensight-core" -version = "0.7.0" +version = "0.7.1" description = "A python wrapper for Ansys EnSight" readme = "README.rst" requires-python = ">=3.9,<4"