From c986e54733c5da9c38a144cdcc1e66683d985290 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 10 Oct 2002 15:19:46 +0000 Subject: [PATCH] Bump version number to 2.4.2 to pick up the latest minor bug fixes. --- 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 2dcf684150..2945b0510f 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.4.1' +__version__ = '2.4.2' __all__ = [ 'base64MIME', -- 2.49.0