From: Barry Warsaw Date: Mon, 14 Oct 2002 15:24:18 +0000 (+0000) Subject: Bump the __version__ X-Git-Tag: v2.3c1~3787 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a6ea3398efdf635cebcc1f97ef522ba80c228d1;p=thirdparty%2FPython%2Fcpython.git Bump the __version__ --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 2945b0510f02..b784da8247fa 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__ = '2.4.2' +__version__ = '2.4.3' __all__ = [ 'base64MIME',