With the addition of Oleg's support for RFC 2231, it's time to bump

the version number to 2.1.
This commit is contained in:
Barry Warsaw 2002-07-09 02:13:10 +00:00
parent c6a3ff634a
commit 27b168ca7c
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.0.5'
__version__ = '2.1'
__all__ = ['Charset',
'Encoders',