diff options
author | Barry Warsaw <barry@python.org> | 2003-03-11 05:05:21 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-03-11 05:05:21 +0000 |
commit | 69e1c56062a34614f72cf4312c94de4605d3ec2f (patch) | |
tree | 3c5c7b04fa82f8f56d0dd3a8b54ce92bf47c2d17 /Lib/email/__init__.py | |
parent | ea91366e33ed9ad5b10716ed7718eb1022e569c0 (diff) | |
download | cpython-69e1c56062a34614f72cf4312c94de4605d3ec2f.tar.gz |
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 3ccbc66271..f01ce0dd80 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', |