diff options
author | Barry Warsaw <barry@python.org> | 2002-09-12 03:44:50 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-09-12 03:44:50 (GMT) |
commit | 78170048f968a00ff7d440c4ff60164a70c20c22 (patch) | |
tree | 89dd93b783cc78e5915755b11da3bf2dad85676a /Lib | |
parent | ec694c32a77f4cc123faeb984a4c8c72ccd903d8 (diff) | |
download | cpython-78170048f968a00ff7d440c4ff60164a70c20c22.zip cpython-78170048f968a00ff7d440c4ff60164a70c20c22.tar.gz cpython-78170048f968a00ff7d440c4ff60164a70c20c22.tar.bz2 |
Bump to 2.3.1 to pick up the missing file.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/email/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 93a156b..e18b568 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -4,7 +4,7 @@ """A package for parsing, handling, and generating email messages. """ -__version__ = '2.3' +__version__ = '2.3.1' __all__ = ['Charset', 'Encoders', |