diff options
author | Barry Warsaw <barry@python.org> | 2004-10-09 23:01:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-10-09 23:01:11 (GMT) |
commit | 2294bfc19d596e6c0d09799e66b07c58979e6889 (patch) | |
tree | 51c5fc76516917c5a0b8d8d5aa5acfbb26a87124 /Lib/email/__init__.py | |
parent | dee0cf12e3430e146738fd0d7a16a35071e3b913 (diff) | |
download | cpython-2294bfc19d596e6c0d09799e66b07c58979e6889.zip cpython-2294bfc19d596e6c0d09799e66b07c58979e6889.tar.gz cpython-2294bfc19d596e6c0d09799e66b07c58979e6889.tar.bz2 |
All known bugs are closed, and Python 2.4b1 is coming out soon, so bump
email's version number to 3.0b1.
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 8a46fec..11a4492 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__ = '3.0a0' +__version__ = '3.0b1' __all__ = [ 'base64MIME', |