diff options
author | Barry Warsaw <barry@python.org> | 2002-10-14 15:24:18 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-10-14 15:24:18 (GMT) |
commit | 1a6ea3398efdf635cebcc1f97ef522ba80c228d1 (patch) | |
tree | e1ab4eb2f8729ca4c886b0a053d1fe6d10b9e333 /Lib | |
parent | 5e3bcff651f77bd7504751a581b4db7d4b937cac (diff) | |
download | cpython-1a6ea3398efdf635cebcc1f97ef522ba80c228d1.zip cpython-1a6ea3398efdf635cebcc1f97ef522ba80c228d1.tar.gz cpython-1a6ea3398efdf635cebcc1f97ef522ba80c228d1.tar.bz2 |
Bump the __version__
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 2945b05..b784da8 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.2' +__version__ = '2.4.3' __all__ = [ 'base64MIME', |