mirror of
https://github.com/python/cpython.git
synced 2025-10-15 03:10:29 +00:00
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.
This commit is contained in:
parent
5b177f18ee
commit
72261c9dfb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"""A package for parsing, handling, and generating email messages.
|
||||
"""
|
||||
|
||||
__version__ = '2.5'
|
||||
__version__ = '2.5a1'
|
||||
|
||||
__all__ = [
|
||||
'base64MIME',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue