From: Barry Warsaw Date: Sun, 23 Jul 2006 17:04:35 +0000 (+0000) Subject: Oops, this time, really bump the email version number to 3.0.2. X-Git-Tag: v2.4.4c1~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5db0598aa69165eede5f20fd420a3a2dd8a1c4a;p=thirdparty%2FPython%2Fcpython.git Oops, this time, really bump the email version number to 3.0.2. --- 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',