diff options
author | Barry Warsaw <barry@python.org> | 2003-03-26 17:58:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-03-26 17:58:11 (GMT) |
commit | e159d584d2463fe32d8d46260796417e5daf3089 (patch) | |
tree | bc6f0f82e44bfaf1118b5f839ee5a29b914dbda1 /Lib/email/__init__.py | |
parent | cd7051f698219e119558bb6ef85cdcd3e074f339 (diff) | |
download | cpython-e159d584d2463fe32d8d46260796417e5daf3089.zip cpython-e159d584d2463fe32d8d46260796417e5daf3089.tar.gz cpython-e159d584d2463fe32d8d46260796417e5daf3089.tar.bz2 |
Temporary bump of the version number.
Diffstat (limited to 'Lib/email/__init__.py')
-rw-r--r-- | Lib/email/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 71b5b5d..644c68c 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', |