]> granicus.if.org Git - python/commitdiff
Bump the __version__
authorBarry Warsaw <barry@python.org>
Mon, 14 Oct 2002 15:24:18 +0000 (15:24 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 14 Oct 2002 15:24:18 +0000 (15:24 +0000)
Lib/email/__init__.py

index 2945b0510f023432fd9bd99ea5571cb3cdf2d387..b784da8247fa9df50484e2e21acc51e87b44d4bd 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.4.2'
+__version__ = '2.4.3'
 
 __all__ = [
     'base64MIME',