From d3f61005cf7e31ab700120ef7237148a6b7ba867 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 6 Jan 2026 10:04:03 +0900 Subject: [PATCH] v0.43.4: Fix for config loader with empty to split into lists values --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f53a60..9f22f6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.43.3" +version = "0.43.4" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"