summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-05-28 22:58:15 (GMT)
committerGuido van Rossum <guido@python.org>1996-05-28 22:58:15 (GMT)
commitfa59cd73d4a69ec343c273868e8043ece7be2228 (patch)
tree004e7bf53437bd411ff091138c17768989374ac4 /Lib/cgi.py
parent503e50b0fa73e3e549dde6cf643bac27f5f6b124 (diff)
downloadcpython-fa59cd73d4a69ec343c273868e8043ece7be2228.zip
cpython-fa59cd73d4a69ec343c273868e8043ece7be2228.tar.gz
cpython-fa59cd73d4a69ec343c273868e8043ece7be2228.tar.bz2
bump version (sorry)
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index 5508480..95e8bce 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