From d098eb58f3d210ce7a441850c2ed94d5b085d84b Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 30 Jan 2026 18:20:21 +0900 Subject: [PATCH] v0.48.0: Update Caller class with better error handling and reporting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2240d0b..3b28391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.47.0" +version = "0.48.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"