From 72261c9dfbaffb0e15f25f27c61a0001e1b4dbcb Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 30 Dec 2002 19:08:38 +0000 Subject: [PATCH] Actually, make this 2.5a1 since it will include API changes that may need more vetting, and it will be included in Python 2.3a1. --- 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 71b5b5d08b5..3ccbc66271e 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.5a1' __all__ = [ 'base64MIME',