diff --git a/pyproject.toml b/pyproject.toml index 79d1a21..070dbbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "mesonpy" [project] name = "cysignals" -version = "1.12.0rc2" +version = "1.12.0" description = "Interrupt and signal handling for Cython" license = { file = "LICENSE" } readme = { file = "README.rst", content-type = "text/x-rst" }