summaryrefslogtreecommitdiff
path: root/Lib/email/__init__.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-03-11 05:05:21 +0000
committerBarry Warsaw <barry@python.org>2003-03-11 05:05:21 +0000
commit69e1c56062a34614f72cf4312c94de4605d3ec2f (patch)
tree3c5c7b04fa82f8f56d0dd3a8b54ce92bf47c2d17 /Lib/email/__init__.py
parentea91366e33ed9ad5b10716ed7718eb1022e569c0 (diff)
downloadcpython-69e1c56062a34614f72cf4312c94de4605d3ec2f.tar.gz
beta 1
Diffstat (limited to 'Lib/email/__init__.py')
-rw-r--r--Lib/email/__init__.py2
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',