Bump version number
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index f3916fe..d9462bc 100644
--- a/Lib/email/__init__.py
+++ b/Lib/email/__init__.py
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5.1'
+__version__ = '2.5.2'
 
 __all__ = [
     'base64MIME',