diff options
author | Barry Warsaw <barry@python.org> | 2003-05-08 03:34:58 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-05-08 03:34:58 (GMT) |
commit | 362310df818d7673055e1d9fb6fdd29aae1950a3 (patch) | |
tree | 0b64953711ffc92f3e6798be35c07f0c672e6ca2 /Lib | |
parent | f8b3e1f76e5a1ce80f54ecc4a4753582647f0ef9 (diff) | |
download | cpython-362310df818d7673055e1d9fb6fdd29aae1950a3.zip cpython-362310df818d7673055e1d9fb6fdd29aae1950a3.tar.gz cpython-362310df818d7673055e1d9fb6fdd29aae1950a3.tar.bz2 |
Bump version number
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 f3916fe..d9462bc 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.1' +__version__ = '2.5.2' __all__ = [ 'base64MIME', |