From c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 19 Aug 2003 04:05:25 +0000 Subject: [PATCH] Bump the version number for the standalone mimelib package. --- 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 b5d8d72eee..bfd6105529 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.3' +__version__ = '2.5.4' __all__ = [ 'base64MIME', -- 2.50.1