From db6a3b53c5ad4e9524e10d88c6fa24ebea286b28 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 15 Jul 2025 10:33:38 +0900 Subject: [PATCH] v0.13.1: settings loader check additions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ef71a7..536a04e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.13.0" +version = "0.13.1" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"