]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Oops, this time, really bump the email version number to 3.0.2.
authorBarry Warsaw <barry@python.org>
Sun, 23 Jul 2006 17:04:35 +0000 (17:04 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 23 Jul 2006 17:04:35 +0000 (17:04 +0000)
Lib/email/__init__.py

index e5c0e2e9d582f28a2212231a2e7a828fd59def79..5159f6df619935e550de4e366a62ad96ac89a0bd 100644 (file)
@@ -4,7 +4,7 @@
 
 """A package for parsing, handling, and generating email messages."""
 
-__version__ = '3.0.1'
+__version__ = '3.0.2'
 
 __all__ = [
     'base64MIME',