1
1
mirror of https://github.com/mrabarnett/mrab-regex.git synced 2025-10-05 20:02:39 +02:00

Updated version for new release.

This commit is contained in:
Matthew Barnett
2022-01-18 18:18:44 +00:00
parent 227163df1b
commit 667f171a0b
3 changed files with 3 additions and 6 deletions

View File

@@ -241,7 +241,7 @@ __all__ = ["cache_all", "compile", "DEFAULT_VERSION", "escape", "findall",
"VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__",
"__doc__"]
__version__ = "2.5.109"
__version__ = "2.5.110"
# --------------------------------------------------------------------
# Public interface.