]> granicus.if.org Git - python/commitdiff
Bump version number to 2.3
authorBarry Warsaw <barry@python.org>
Tue, 20 Aug 2002 14:51:34 +0000 (14:51 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 20 Aug 2002 14:51:34 +0000 (14:51 +0000)
Lib/email/__init__.py

index 834e9aaccca2b5e82f0fe610ae221bde6d896c29..93a156b558d12628b373fd685a191434d99a6fea 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.2'
+__version__ = '2.3'
 
 __all__ = ['Charset',
            'Encoders',