There's likely nothing more to do to the email package before Python 2.4 is
final, so I'm marking email's version number as "3.0" (e.g. final).
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py
index 11a4492..6a3f3ac 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__ = '3.0b1'
+__version__ = '3.0'
 
 __all__ = [
     'base64MIME',