From e159d584d2463fe32d8d46260796417e5daf3089 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 26 Mar 2003 17:58:11 +0000 Subject: [PATCH] Temporary bump of the version number. --- 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 71b5b5d08b..644c68cc0f 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.5' +__version__ = '2.5+' __all__ = [ 'base64MIME', -- 2.50.1