From 99b7d6445c96c152377d12f14c9af867025df151 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 29 Nov 2004 01:10:14 +0000 Subject: [PATCH] There's likely nothing more to do to the email package before Python 2.4 is final, so I'm marking email's version number as "3.0" (e.g. final). --- 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 11a44921ae..6a3f3ac953 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__ = '3.0b1' +__version__ = '3.0' __all__ = [ 'base64MIME', -- 2.40.0