summaryrefslogtreecommitdiffstats
path: root/Lib/email/__init__.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-03-30 20:47:48 (GMT)
committerBarry Warsaw <barry@python.org>2003-03-30 20:47:48 (GMT)
commit1a99cf045d7df8d3f9dbd1d8db2ca164cdd3d3fc (patch)
treea41102cbb6e177d2645b46c696c6c732894612e3 /Lib/email/__init__.py
parent9c505ae3da1e1e82fd812c4aa3ff9a6c55eafe3d (diff)
downloadcpython-1a99cf045d7df8d3f9dbd1d8db2ca164cdd3d3fc.zip
cpython-1a99cf045d7df8d3f9dbd1d8db2ca164cdd3d3fc.tar.gz
cpython-1a99cf045d7df8d3f9dbd1d8db2ca164cdd3d3fc.tar.bz2
Bump to version 2.5.1
Diffstat (limited to 'Lib/email/__init__.py')
-rw-r--r--Lib/email/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index 644c68c..f3916fe 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.5+'
+__version__ = '2.5.1'
__all__ = [
'base64MIME',