]> granicus.if.org Git - python/commitdiff
Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it
authorBarry Warsaw <barry@python.org>
Mon, 7 Oct 2002 17:20:25 +0000 (17:20 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 7 Oct 2002 17:20:25 +0000 (17:20 +0000)
with the standalone mimelib package.

Lib/email/__init__.py

index 4c892ff3fe0bbb6524bfcdbe44ab45e8ae91cb7e..2dcf684150b2bf1a1bb33b1474c6086429f2057f 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.4'
+__version__ = '2.4.1'
 
 __all__ = [
     'base64MIME',