From ea3b4f1790e20d43e7cd9a143e534f84819bd6db Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 15 Jul 2025 11:16:01 +0900 Subject: [PATCH] v0.13.2: move domain regex to the regex constant file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 536a04e..5c236fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.13.1" +version = "0.13.2" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"