From 4b460ce86061efe1da194d29faf7f3a4f7927a96 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Garrido Date: Mon, 12 Dec 2022 18:56:59 +0100 Subject: [PATCH] BUMP: version 2.0.4 --- VERSION | 2 +- tests/pyansys-actions/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 50ffc5aa7..2165f8f9b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/tests/pyansys-actions/pyproject.toml b/tests/pyansys-actions/pyproject.toml index c2193810d..b24bdc98a 100644 --- a/tests/pyansys-actions/pyproject.toml +++ b/tests/pyansys-actions/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-actions-core" -version = "2.0.3" +version = "2.0.4" description = "A demo library for testing pyansys actions" readme = "README.rst" requires-python = ">=3.7"