From: Barry Warsaw Date: Wed, 25 Apr 2007 19:26:37 +0000 (+0000) Subject: bump email package version to 4.0.2 X-Git-Tag: v2.5.2c1~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca3b7b5ea1bd00d289ca0a4838e5d68cb0bf3160;p=python bump email package version to 4.0.2 --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 8d230fdeb7..a793436919 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