diff --git a/pyproject.toml b/pyproject.toml index 29f03627..81ef86b1 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-units" -version = "0.12.dev0" +version = "0.12.0" description = "Pythonic interface for units, unit systems, and unit conversions." readme = "README.rst" requires-python = ">=3.10,<3.15"