diff options
author | Barry Warsaw <barry@python.org> | 2002-08-20 14:51:34 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-08-20 14:51:34 (GMT) |
commit | 4d5ef6aed6c22ade015d872324f53c9fbc16c46d (patch) | |
tree | 19f867987d6066cc5a9e91333c5b91d9a92fc4c9 /Lib/email | |
parent | 3328136e3ccc89da6f042d1e58e2277d71b34855 (diff) | |
download | cpython-4d5ef6aed6c22ade015d872324f53c9fbc16c46d.zip cpython-4d5ef6aed6c22ade015d872324f53c9fbc16c46d.tar.gz cpython-4d5ef6aed6c22ade015d872324f53c9fbc16c46d.tar.bz2 |
Bump version number to 2.3
Diffstat (limited to 'Lib/email')
-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 834e9aa..93a156b 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.2' +__version__ = '2.3' __all__ = ['Charset', 'Encoders', |