summaryrefslogtreecommitdiffstats
path: root/Lib/email/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/__init__.py')
-rw-r--r--Lib/email/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index e622b3f..e5c0e2e 100644
--- a/Lib/email/__init__.py
+++ b/Lib/email/__init__.py
@@ -1,10 +1,10 @@
-# Copyright (C) 2001-2004 Python Software Foundation
+# Copyright (C) 2001-2006 Python Software Foundation
# Author: Barry Warsaw
# Contact: email-sig@python.org
"""A package for parsing, handling, and generating email messages."""
-__version__ = '3.0+'
+__version__ = '3.0.1'
__all__ = [
'base64MIME',