diff options
author | Barry Warsaw <barry@python.org> | 2002-10-07 17:20:25 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-10-07 17:20:25 (GMT) |
commit | 1d475d3452cd4c85d29f25991c38d7a54465245e (patch) | |
tree | 8617ceae6832d87ed3dfe52e2843b09bc24ea784 /Lib/email | |
parent | 74653820e3a287853e6f537c9002ebe05a674cdd (diff) | |
download | cpython-1d475d3452cd4c85d29f25991c38d7a54465245e.zip cpython-1d475d3452cd4c85d29f25991c38d7a54465245e.tar.gz cpython-1d475d3452cd4c85d29f25991c38d7a54465245e.tar.bz2 |
Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it
with the standalone mimelib package.
Diffstat (limited to 'Lib/email')
-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 4c892ff..2dcf684 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.4' +__version__ = '2.4.1' __all__ = [ 'base64MIME', |