From 9a5e6687040103efaac0b7bcc9b3ee856374e8c2 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 7 Oct 2002 17:18:52 +0000 Subject: [PATCH] Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it with 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 4c892ff3fe0b..2dcf684150b2 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' +__version__ = '2.4.1' __all__ = [ 'base64MIME', -- 2.47.3