From 328c5f41448c9abfdea6e914567f05061e759224 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Mon, 23 Jan 2023 16:34:59 +0100 Subject: [PATCH] VER: release 3.0.4 --- VERSION | 2 +- tests/pyansys-actions/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 75a22a26a..b0f2dcb32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.3 +3.0.4 diff --git a/tests/pyansys-actions/pyproject.toml b/tests/pyansys-actions/pyproject.toml index 288bd0d49..5a39a57ea 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 = "3.0.3" +version = "3.0.4" description = "A demo library for testing pyansys actions" readme = "README.rst" requires-python = ">=3.7"