diff --git a/pyproject.toml b/pyproject.toml index b8a048e3..bd1bfa53 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-systemcoupling-core" -version = "0.5.dev0" +version = "0.5.0" description = "A Python wrapper for Ansys System Coupling." readme = "README.rst" requires-python = ">=3.9,<3.13"