From 3b292228ff8bba2aafb9507f355b55aaf64b992b Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:32:48 +0200 Subject: [PATCH] chore: 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 279d0b20..f58e85bd 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-sound-core" -version = "0.1.1" +version = "0.1.2" description = "A Python wrapper for Ansys DPF Sound." readme = "README.rst" requires-python = ">=3.9,<4"