]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump to 2.3.1 to pick up the missing file.
authorBarry Warsaw <barry@python.org>
Thu, 12 Sep 2002 03:44:50 +0000 (03:44 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 12 Sep 2002 03:44:50 +0000 (03:44 +0000)
Lib/email/__init__.py

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