diff options
author | Barry Warsaw <barry@python.org> | 2003-03-11 05:05:21 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-03-11 05:05:21 (GMT) |
commit | df6c70b454b8142359596dc0abc85e59905e62a4 (patch) | |
tree | f5f5158edf2e9b8c2c170b75f1a8beb1d4206f25 /Lib/email/__init__.py | |
parent | bd757ba1ede53cfda3ceb01d5b5da76d0140a9ab (diff) | |
download | cpython-df6c70b454b8142359596dc0abc85e59905e62a4.zip cpython-df6c70b454b8142359596dc0abc85e59905e62a4.tar.gz cpython-df6c70b454b8142359596dc0abc85e59905e62a4.tar.bz2 |
beta 1
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 3ccbc66..f01ce0d 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.5a1' +__version__ = '2.5b1' __all__ = [ 'base64MIME', |