From f6b60f02599f0f982775d8645ea7b3621d61a90a Mon Sep 17 00:00:00 2001 From: Mario Ostieri Date: Tue, 11 Jul 2023 09:03:56 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b206c997c6..5a73a9e40ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-pyensight-core" -version = "0.1.dev0" +version = "0.3.1.dev0" description = "A python wrapper for Ansys EnSight" readme = "README.rst" requires-python = ">=3.8,<4"