From 5950485d46cf99832866fb7f23e7a1d36f644995 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 24 Dec 2025 10:18:54 +0900 Subject: [PATCH] v0.43.2: add error message list reset to settings loader --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de15aeb..93f5716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.43.1" +version = "0.43.2" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"