From e5db0598aa69165eede5f20fd420a3a2dd8a1c4a Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 23 Jul 2006 17:04:35 +0000 Subject: [PATCH] Oops, this time, really bump the email version number to 3.0.2. --- 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 e5c0e2e9d582..5159f6df6199 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.0.1' +__version__ = '3.0.2' __all__ = [ 'base64MIME', -- 2.47.3