diff options
author | Barry Warsaw <barry@python.org> | 2002-12-30 19:08:38 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-12-30 19:08:38 (GMT) |
commit | 72261c9dfbaffb0e15f25f27c61a0001e1b4dbcb (patch) | |
tree | 88db44185c3041454cd4f887542ef28ed95ea33c /Lib/email/__init__.py | |
parent | 5b177f18eef4a34a5dc32fb5c94a4d730d2239fa (diff) | |
download | cpython-72261c9dfbaffb0e15f25f27c61a0001e1b4dbcb.zip cpython-72261c9dfbaffb0e15f25f27c61a0001e1b4dbcb.tar.gz cpython-72261c9dfbaffb0e15f25f27c61a0001e1b4dbcb.tar.bz2 |
Actually, make this 2.5a1 since it will include API changes that may
need more vetting, and it will be included in Python 2.3a1.
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 71b5b5d..3ccbc66 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.5' +__version__ = '2.5a1' __all__ = [ 'base64MIME', |