From 7e440e1250bd13f282d1bfc5a88d9c4f74ccd331 Mon Sep 17 00:00:00 2001 From: Mario Ostieri Date: Mon, 1 Jul 2024 09:32:45 +0100 Subject: [PATCH] release 0.8.4 - remove requests dep limitation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3af19fb885..7314655653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-pyensight-core" -version = "0.8.3" +version = "0.8.4" description = "A python wrapper for Ansys EnSight" readme = "README.rst" requires-python = ">=3.9,<4"