summaryrefslogtreecommitdiffstats
path: root/Lib/email/__init__.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2004-11-29 01:10:14 (GMT)
committerBarry Warsaw <barry@python.org>2004-11-29 01:10:14 (GMT)
commit99b7d6445c96c152377d12f14c9af867025df151 (patch)
tree3f4b30b1e06ff56de0469760b24a6b7a9f3f5cc8 /Lib/email/__init__.py
parent26be2067e8dae5f9ec0a59c489322f2d598f32bb (diff)
downloadcpython-99b7d6445c96c152377d12f14c9af867025df151.zip
cpython-99b7d6445c96c152377d12f14c9af867025df151.tar.gz
cpython-99b7d6445c96c152377d12f14c9af867025df151.tar.bz2
There's likely nothing more to do to the email package before Python 2.4 is
final, so I'm marking email's version number as "3.0" (e.g. final).
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 11a4492..6a3f3ac 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.0b1'
+__version__ = '3.0'
__all__ = [
'base64MIME',