From 78170048f968a00ff7d440c4ff60164a70c20c22 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 12 Sep 2002 03:44:50 +0000 Subject: Bump to 2.3.1 to pick up the missing file. --- Lib/email/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v0.12