diff options
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index d189823..1e21815 100644 --- a/Lib/xml/__init__.py +++ b/Lib/xml/__init__.py @@ -21,7 +21,7 @@ __all__ = ["dom", "parsers", "sax"] __version__ = "$Revision$".split()[-2:][0] -_MINIMUM_XMLPLUS_VERSION = (0, 6, 1) +_MINIMUM_XMLPLUS_VERSION = (0, 6, 5) try: |