From ef2dc7fbcd319a58547a82a1cd4206216b9533b1 Mon Sep 17 00:00:00 2001 From: afernand Date: Wed, 31 Jul 2024 16:21:26 +0200 Subject: [PATCH] Bump version 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b98c4b7..c279806f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-tools-visualization-interface" -version = "0.3.dev0" +version = "0.4.0" description = "A Python visualization interface for PyAnsys libraries" readme = "README.rst" requires-python = ">=3.9,<4"