commit | c86c24e44d11d58acc7c7bc149e5a1cd7aed6c00 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Aug 19 04:05:25 2003 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Aug 19 04:05:25 2003 +0000 |
tree | 9ef7dec06993396dd83dc456bbcf93ed6c23d4e6 | |
parent | d24a2a464fe08bf5d6b22a795aa347387cb4fc2a [diff] |
Bump the version number for the standalone mimelib package.
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',