From 70e8ceecce32a0989774f71ed994cc26152cad0d Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 14 Jul 2025 18:15:59 +0900 Subject: [PATCH] v0.12.5: settings loader allow empty block --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be2c420..da5df75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.12.4" +version = "0.12.5" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"