Bump the __version__

This commit is contained in:
Barry Warsaw 2002-10-14 15:24:18 +00:00
parent 5e3bcff651
commit 1a6ea3398e
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.4.2'
__version__ = '2.4.3'
__all__ = [
'base64MIME',