From 339270e6f541ad2de86750bfc30ae1e642dc142b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 30 Dec 2003 16:49:40 +0000 Subject: [PATCH] Bump version number to 2.5.5 --- 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 bfd61055293..e45dadc4f8a 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.5.4' +__version__ = '2.5.5' __all__ = [ 'base64MIME',