From f4ced1ef8a2e473f69e02a62cc020f8d03dbda7e Mon Sep 17 00:00:00 2001 From: Camille <78221213+clatapie@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:04:06 +0200 Subject: [PATCH] chore: bump version to ``0.1.0`` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a406fdf35..359f7e4d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-sound-core" -version = "0.1.dev0" +version = "0.1.0" description = "A Python wrapper for Ansys DPF Sound." readme = "README.rst" requires-python = ">=3.9,<4"