From 8d97f09e5ef2650f78f69acfbe3df3b94ee320df Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 23 Jan 2026 11:37:02 +0900 Subject: [PATCH] v0.45.0: Log add function to get console formatter flags set --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03487ae..0dc3545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.44.2" +version = "0.45.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"