From ec5fbe7cb8966f266417fa105e5990181433f4e2 Mon Sep 17 00:00:00 2001 From: Mario Ostieri Date: Wed, 17 Jul 2024 09:37:04 +0100 Subject: [PATCH] release 0.8.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 184ec49313e..d5a7bf03f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-pyensight-core" -version = "0.8.6" +version = "0.8.7" description = "A python wrapper for Ansys EnSight" readme = "README.rst" requires-python = ">=3.9,<4"