From: Barry Warsaw Date: Thu, 12 Sep 2002 03:44:50 +0000 (+0000) Subject: Bump to 2.3.1 to pick up the missing file. X-Git-Tag: v2.3c1~4119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78170048f968a00ff7d440c4ff60164a70c20c22;p=thirdparty%2FPython%2Fcpython.git Bump to 2.3.1 to pick up the missing file. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 93a156b558d1..e18b568f7bd9 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',