From: Barry Warsaw Date: Wed, 22 May 2002 01:52:33 +0000 (+0000) Subject: Bump to version 2.0.4 X-Git-Tag: v2.3c1~5622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43193150ee54d59c368c931f7f6c52a418f445e7;p=python Bump to version 2.0.4 --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index c29e7f7f73..343e3f9e25 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.0.3' +__version__ = '2.0.4' __all__ = ['Charset', 'Encoders',