]> granicus.if.org Git - python/commitdiff
Bump __version__ (yes, to 2.5 "minus")
authorBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 19:56:47 +0000 (19:56 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 19:56:47 +0000 (19:56 +0000)
Lib/email/__init__.py

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