v0.44.0: Add more REGEX patters for email matching

This commit is contained in:
Clemens Schwaighofer
2026-01-08 14:59:49 +09:00
parent f91e0bb93a
commit ae938f9909
2 changed files with 30 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# MARK: Project info
[project]
name = "corelibs"
version = "0.43.4"
version = "0.44.0"
description = "Collection of utils for Python scripts"
readme = "README.md"
requires-python = ">=3.13"