]> granicus.if.org Git - python/commitdiff
Bump version number
authorBarry Warsaw <barry@python.org>
Thu, 8 May 2003 03:34:58 +0000 (03:34 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 8 May 2003 03:34:58 +0000 (03:34 +0000)
Lib/email/__init__.py

index f3916fee3f65fc05d1f14a6fe49b56851822a882..d9462bcab568977675184c66a78419a5acad3e5a 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5.1'
+__version__ = '2.5.2'
 
 __all__ = [
     'base64MIME',