From: Barry Warsaw Date: Wed, 26 Mar 2003 17:58:11 +0000 (+0000) Subject: Temporary bump of the version number. X-Git-Tag: v2.3c1~1360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e159d584d2463fe32d8d46260796417e5daf3089;p=thirdparty%2FPython%2Fcpython.git Temporary bump of the version number. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 71b5b5d08b58..644c68cc0f3f 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',