From: Barry Warsaw <barry@python.org>
Date: Mon, 14 Oct 2002 15:24:18 +0000 (+0000)
Subject: Bump the __version__
X-Git-Tag: v2.3c1~3787
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a6ea3398efdf635cebcc1f97ef522ba80c228d1;p=python

Bump the __version__
---

diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index 2945b0510f..b784da8247 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',