From cd109fbd44e1b6b5403a9de5f5be154758fa70f9 Mon Sep 17 00:00:00 2001 From: San Date: Sat, 21 Dec 2024 22:37:04 +0900 Subject: [PATCH] Bump version to 0.4.2 for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cf9b84..74f114b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tsignal" -version = "0.4.1" +version = "0.4.2" description = "A Python Signal-Slot library inspired by Qt" readme = "README.md" requires-python = ">=3.10"