From 49e38081ad27c9d72e8e8f60bb1dc3c58e09ab5a Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Thu, 8 Jan 2026 15:16:26 +0900 Subject: [PATCH] v0.44.1: add pre compiled regexes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e9e428..76dc7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.44.0" +version = "0.44.1" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"