From 3a7a1659f02b1eb61dd84bbe28671f540f43d9f9 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 5 Aug 2025 16:21:11 +0900 Subject: [PATCH] Log remove auto close log queue logic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87e8762..d1512e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.22.3" +version = "0.22.4" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"