From 0b3c8fc774813fc17457c7eb53dca07c0d464f4c Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 9 Jan 2026 16:17:27 +0900 Subject: [PATCH] v0.44.2: Move the compiled regex into dedicated file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76dc7e0..03487ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.44.1" +version = "0.44.2" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"