diff options
author | Barry Warsaw <barry@python.org> | 2002-05-22 01:52:33 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-05-22 01:52:33 (GMT) |
commit | 43193150ee54d59c368c931f7f6c52a418f445e7 (patch) | |
tree | 6fea3cc546dd664243e171bca695b84b6f256d81 /Lib/email/__init__.py | |
parent | 4be9eccbc404f8173bdbc4720421b451a5879cc0 (diff) | |
download | cpython-43193150ee54d59c368c931f7f6c52a418f445e7.zip cpython-43193150ee54d59c368c931f7f6c52a418f445e7.tar.gz cpython-43193150ee54d59c368c931f7f6c52a418f445e7.tar.bz2 |
Bump to version 2.0.4
Diffstat (limited to 'Lib/email/__init__.py')
-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 c29e7f7..343e3f9 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.0.3' +__version__ = '2.0.4' __all__ = ['Charset', 'Encoders', |