diff --git a/src/regex/__init__.py b/src/regex/__init__.py index 76825e0048..d325d878fb 100644 --- a/src/regex/__init__.py +++ b/src/regex/__init__.py @@ -225,7 +225,7 @@ __all__ = ["compile", "escape", "findall", "finditer", "fullmatch", "match", "V0", "VERSION0", "V1", "VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex"] -__version__ = "2.4.35" +__version__ = "2.4.36" # -------------------------------------------------------------------- # Public interface.