From 43193150ee54d59c368c931f7f6c52a418f445e7 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 22 May 2002 01:52:33 +0000 Subject: Bump to version 2.0.4 --- 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 c29e7f7..343e3f9 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', -- cgit v0.12