From 5203bcf1eaf2ac624a4a3827a49115456a320f78 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 28 Jul 2025 14:32:56 +0900 Subject: [PATCH] v0.19.1: Log exception call, add call stack to the console log output --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fd37f6..9a9e75c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.19.0" +version = "0.19.1" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"