From 6979cf77422009872354dce4a51d02fa7a11ac94 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Garrido Date: Wed, 21 Dec 2022 16:31:47 +0100 Subject: [PATCH] RELEASE: v2.0.8 --- VERSION | 2 +- tests/pyansys-actions/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f1547e6d1..815e68dd2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.7 +2.0.8 diff --git a/tests/pyansys-actions/pyproject.toml b/tests/pyansys-actions/pyproject.toml index 432bb40c1..e208370c9 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.7" +version = "2.0.8" description = "A demo library for testing pyansys actions" readme = "README.rst" requires-python = ">=3.7"