From 27b168ca7c3e8e346fb7e30ec9be6d2b5cbaf1d3 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 9 Jul 2002 02:13:10 +0000 Subject: With the addition of Oleg's support for RFC 2231, it's time to bump the version number to 2.1. --- 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 540f178..a82ef57 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.0.5' +__version__ = '2.1' __all__ = ['Charset', 'Encoders', -- cgit v0.12