From a73ced0067c00e933a682693bd6139be5aa4d711 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 24 Dec 2025 10:25:42 +0900 Subject: [PATCH] v0.43.3: settings loader raise exception and log message text split --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93f5716..6f53a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.43.2" +version = "0.43.3" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"