From 697fd9dfc74b14f2c683733d0cd18397f1ecc025 Mon Sep 17 00:00:00 2001 From: Sebastien Morais <sebastien.morais@ansys.com> Date: Tue, 30 Jul 2024 18:12:23 +0200 Subject: [PATCH] CHORE: Bump version into v0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f376216e..804d5599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-conceptev-core" description = "A Python wrapper for Ansys Conceptev core" -version = "0.2.0" +version = "0.2.1" license = "MIT" authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"] maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]