From fe6accfc3654672c4ce323754c0084ceffec711d Mon Sep 17 00:00:00 2001 From: Piers Lauder Date: Sun, 21 Oct 2001 22:37:28 +0000 Subject: [PATCH] update version number --- Lib/imaplib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/imaplib.py b/Lib/imaplib.py index 204148bc8e7..dd6e797b265 100644 --- a/Lib/imaplib.py +++ b/Lib/imaplib.py @@ -16,7 +16,7 @@ # String method conversion by ESR, February 2001. # GET/SETACL contributed by Anthony Baxter April 2001. -__version__ = "2.47" +__version__ = "2.49" import binascii, re, socket, time, random, sys