From fa59cd73d4a69ec343c273868e8043ece7be2228 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 28 May 1996 22:58:15 +0000 Subject: [PATCH] bump version (sorry) --- Lib/cgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1