]> granicus.if.org Git - python/commitdiff
Bump the version number for the standalone mimelib package.
authorBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 04:05:25 +0000 (04:05 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 19 Aug 2003 04:05:25 +0000 (04:05 +0000)
Lib/email/__init__.py

index b5d8d72eee7d9fd864dad1fde12e45ed22ed6192..bfd6105529315f7ad6492170626f4178881bd827 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5.3'
+__version__ = '2.5.4'
 
 __all__ = [
     'base64MIME',