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"