Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72261c9

Browse files
committed
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.
1 parent 5b177f1 commit 72261c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/email/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""A package for parsing, handling, and generating email messages.
55
"""
66

7-
__version__ = '2.5'
7+
__version__ = '2.5a1'
88

99
__all__ = [
1010
'base64MIME',

0 commit comments

Comments
 (0)