Bump the version number for the standalone mimelib package.

This commit is contained in:
Barry Warsaw 2003-08-19 04:05:25 +00:00
parent d24a2a464f
commit c86c24e44d

View File

@ -4,7 +4,7 @@
"""A package for parsing, handling, and generating email messages.
"""
__version__ = '2.5.3'
__version__ = '2.5.4'
__all__ = [
'base64MIME',