mirror of https://github.com/python/cpython.git
Bump the __version__
This commit is contained in:
parent
5e3bcff651
commit
1a6ea3398e
|
@ -4,7 +4,7 @@
|
||||||
"""A package for parsing, handling, and generating email messages.
|
"""A package for parsing, handling, and generating email messages.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '2.4.2'
|
__version__ = '2.4.3'
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'base64MIME',
|
'base64MIME',
|
||||||
|
|
Loading…
Reference in New Issue