From 0ba99951a87167ef8b1bc667aac78b3e62aa4004 Mon Sep 17 00:00:00 2001 From: Dima Pasechnik Date: Thu, 19 Dec 2024 09:22:19 -0600 Subject: [PATCH] create 1.12.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 070dbbd..d30ad23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "mesonpy" [project] name = "cysignals" -version = "1.12.0" +version = "1.12.2" description = "Interrupt and signal handling for Cython" license = { file = "LICENSE" } readme = { file = "README.rst", content-type = "text/x-rst" }