mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Bump __version__ (yes, to 2.5 "minus")
This commit is contained in:
parent
030ddf794f
commit
8f4dcbd3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"""A package for parsing, handling, and generating email messages.
|
||||
"""
|
||||
|
||||
__version__ = '2.4.3'
|
||||
__version__ = '2.5-'
|
||||
|
||||
__all__ = [
|
||||
'base64MIME',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue