v0.44.2: Move the compiled regex into dedicated file

This commit is contained in:
Clemens Schwaighofer
2026-01-09 16:17:27 +09:00
parent 7da18e0f00
commit 0b3c8fc774

View File

@@ -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"