From ea527ea60cbf23fbfc98b18d1405e0cd220d425d Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 18 Jul 2025 14:18:19 +0900 Subject: [PATCH] v0.15.0: Log class update with split up class with Logger sub class for pool/fork/thread worker setup --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ef2998..cdcac99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.14.1" +version = "0.15.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"