From 604ddb37812d7cab8d4dba146c6adc81ab2c34c9 Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:39:49 +0200 Subject: [PATCH] Bump version to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cd34a59..6ac69ec9 100644 --- a/pyproject.toml +++ b/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-math-core" -version = "0.1.1" +version = "0.1.2" description = "A Python wrapper for PyAnsys Math libraries." readme = "README.rst" requires-python = ">=3.8"