From c8b957d406399177cbeb6b106cddfe8572c2e934 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 31 Dec 2013 16:42:55 +0530 Subject: [PATCH] ... --- src/regex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.