Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it

with the standalone mimelib package.
This commit is contained in:
Barry Warsaw 2002-10-07 17:20:25 +00:00
parent 74653820e3
commit 1d475d3452
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'
__version__ = '2.4.1'
__all__ = [
'base64MIME',