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
1 changed files with 1 additions and 1 deletions

View File

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