diff options
author | Barry Warsaw <barry@python.org> | 2003-12-30 16:49:40 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-12-30 16:49:40 (GMT) |
commit | 339270e6f541ad2de86750bfc30ae1e642dc142b (patch) | |
tree | 3a94c32d1186e1543f92485f0214a155c2d20934 /Lib | |
parent | 89d147d21d39f7ff3d01067029522bafd22ebe88 (diff) | |
download | cpython-339270e6f541ad2de86750bfc30ae1e642dc142b.zip cpython-339270e6f541ad2de86750bfc30ae1e642dc142b.tar.gz cpython-339270e6f541ad2de86750bfc30ae1e642dc142b.tar.bz2 |
Bump version number to 2.5.5
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 bfd6105..e45dadc 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.4' +__version__ = '2.5.5' __all__ = [ 'base64MIME', |