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. """A package for parsing, handling, and generating email messages.
""" """
__version__ = '2.2' __version__ = '2.3'
__all__ = ['Charset', __all__ = ['Charset',
'Encoders', 'Encoders',