]> granicus.if.org Git - python/commitdiff
Bump to 2.5
authorBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 17:45:41 +0000 (17:45 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 17:45:41 +0000 (17:45 +0000)
Lib/email/__init__.py

index 13c71a946a2ec4e3a746d330a6f25bda0a7dd744..71b5b5d08b58158ff2f00a2bcee9d00c04e326f6 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5-'
+__version__ = '2.5'
 
 __all__ = [
     'base64MIME',