summaryrefslogtreecommitdiffstats
path: root/Lib/imaplib.py
diff options
context:
space:
mode:
authorPiers Lauder <piers@cs.su.oz.au>2001-10-21 22:37:28 (GMT)
committerPiers Lauder <piers@cs.su.oz.au>2001-10-21 22:37:28 (GMT)
commitfe6accfc3654672c4ce323754c0084ceffec711d (patch)
treeb0673e65c5ef0386bb6db150e9ba1366d0e765b2 /Lib/imaplib.py
parentaf5567f7349d80d9366a5ddbdf67115dfe8aad13 (diff)
downloadcpython-fe6accfc3654672c4ce323754c0084ceffec711d.zip
cpython-fe6accfc3654672c4ce323754c0084ceffec711d.tar.gz
cpython-fe6accfc3654672c4ce323754c0084ceffec711d.tar.bz2
update version number
Diffstat (limited to 'Lib/imaplib.py')
-rw-r--r--Lib/imaplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/imaplib.py b/Lib/imaplib.py
index 204148b..dd6e797 100644
--- a/Lib/imaplib.py
+++ b/Lib/imaplib.py
@@ -16,7 +16,7 @@ Public functions: Internaldate2tuple
# String method conversion by ESR, February 2001.
# GET/SETACL contributed by Anthony Baxter <anthony@interlink.com.au> April 2001.
-__version__ = "2.47"
+__version__ = "2.49"
import binascii, re, socket, time, random, sys