mirror of https://github.com/python/cpython.git
Bump the version number for the standalone mimelib package.
This commit is contained in:
parent
d24a2a464f
commit
c86c24e44d
|
@ -4,7 +4,7 @@
|
||||||
"""A package for parsing, handling, and generating email messages.
|
"""A package for parsing, handling, and generating email messages.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '2.5.3'
|
__version__ = '2.5.4'
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'base64MIME',
|
'base64MIME',
|
||||||
|
|
Loading…
Reference in New Issue