summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-05-22 01:52:33 (GMT)
committerBarry Warsaw <barry@python.org>2002-05-22 01:52:33 (GMT)
commit43193150ee54d59c368c931f7f6c52a418f445e7 (patch)
tree6fea3cc546dd664243e171bca695b84b6f256d81
parent4be9eccbc404f8173bdbc4720421b451a5879cc0 (diff)
downloadcpython-43193150ee54d59c368c931f7f6c52a418f445e7.zip
cpython-43193150ee54d59c368c931f7f6c52a418f445e7.tar.gz
cpython-43193150ee54d59c368c931f7f6c52a418f445e7.tar.bz2
Bump to version 2.0.4
-rw-r--r--Lib/email/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index c29e7f7..343e3f9 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.0.3'
+__version__ = '2.0.4'
__all__ = ['Charset',
'Encoders',