From 4b6f53e52ec7cab210785185f0c5a9dcdd3becc1 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Tue, 1 Oct 2024 09:23:40 +0200 Subject: [PATCH] release: v8.0.1 --- .ci/ansys-actions/pyproject.toml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/ansys-actions/pyproject.toml b/.ci/ansys-actions/pyproject.toml index fd138516a..05a1841f3 100644 --- a/.ci/ansys-actions/pyproject.toml +++ b/.ci/ansys-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 = "8.0.0" +version = "8.0.1" description = "A demo library for testing Ansys actions" readme = "README.rst" requires-python = ">=3.7" diff --git a/VERSION b/VERSION index ae9a76b92..cd1d2e94f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0 +8.0.1