Bump version number to 2.5.5

This commit is contained in:
Barry Warsaw 2003-12-30 16:49:40 +00:00
parent 89d147d21d
commit 339270e6f5
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.5.4'
__version__ = '2.5.5'
__all__ = [
'base64MIME',