diff options
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py index 550848092c..95e8bced68 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -397,7 +397,7 @@ backwards compatible and debugging classes and functions? """ -__version__ = "2.0a3" +__version__ = "2.0b1" # Imports |