From ca3b7b5ea1bd00d289ca0a4838e5d68cb0bf3160 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 25 Apr 2007 19:26:37 +0000 Subject: [PATCH] bump email package version to 4.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 8d230fdeb7d..a7934369198 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__ = '4.0.1' +__version__ = '4.0.2' __all__ = [ # Old names