From 5d425d1ada19ebc678967c7c5b7b1ae61d5e3aaf Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:26:16 +0200 Subject: [PATCH] release: v8.0.10 --- .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 5f7c119d..699f2963 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.9" +version = "8.0.10" description = "A demo library for testing Ansys actions" readme = "README.rst" requires-python = ">=3.7" diff --git a/VERSION b/VERSION index 3e9bf727..cfaf10af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.9 +8.0.10