summaryrefslogtreecommitdiffstats
path: root/Lib/email/__init__.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-08-19 04:05:25 (GMT)
committerBarry Warsaw <barry@python.org>2003-08-19 04:05:25 (GMT)
commitc86c24e44d11d58acc7c7bc149e5a1cd7aed6c00 (patch)
tree9ef7dec06993396dd83dc456bbcf93ed6c23d4e6 /Lib/email/__init__.py
parentd24a2a464fe08bf5d6b22a795aa347387cb4fc2a (diff)
downloadcpython-c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00.zip
cpython-c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00.tar.gz
cpython-c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00.tar.bz2
Bump the version number for the standalone mimelib package.
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 b5d8d72..bfd6105 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.3'
+__version__ = '2.5.4'
__all__ = [
'base64MIME',