From 5fe9ead82cca4e4065c8c293942c5c2ff2ae3bec Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 21 Mar 2003 18:57:59 +0000 Subject: Email version 2.5 -- I will now backport this to Python 2.2.3. --- Lib/email/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index f01ce0d..71b5b5d 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -4,7 +4,7 @@ """A package for parsing, handling, and generating email messages. """ -__version__ = '2.5b1' +__version__ = '2.5' __all__ = [ 'base64MIME', -- cgit v0.12