From 1a6ea3398efdf635cebcc1f97ef522ba80c228d1 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 14 Oct 2002 15:24:18 +0000 Subject: Bump the __version__ --- 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 2945b05..b784da8 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', -- cgit v0.12