diff options
author | Barry Warsaw <barry@python.org> | 2003-08-19 04:05:25 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-08-19 04:05:25 (GMT) |
commit | c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00 (patch) | |
tree | 9ef7dec06993396dd83dc456bbcf93ed6c23d4e6 /Lib | |
parent | d24a2a464fe08bf5d6b22a795aa347387cb4fc2a (diff) | |
download | cpython-c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00.zip cpython-c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00.tar.gz cpython-c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00.tar.bz2 |
Bump the version number for the standalone mimelib package.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/email/__init__.py | 2 |
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', |