0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00

Bump version number to 2.3

This commit is contained in:
Barry Warsaw 2002-08-20 14:51:34 +00:00
parent 3328136e3c
commit 4d5ef6aed6

View File

@ -4,7 +4,7 @@
"""A package for parsing, handling, and generating email messages.
"""
__version__ = '2.2'
__version__ = '2.3'
__all__ = ['Charset',
'Encoders',