Bump version number to 2.3
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index 834e9aa..93a156b 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.2'
+__version__ = '2.3'
 
 __all__ = ['Charset',
            'Encoders',