diff options
author | Guido van Rossum <guido@python.org> | 1996-05-28 22:58:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-05-28 22:58:15 (GMT) |
commit | fa59cd73d4a69ec343c273868e8043ece7be2228 (patch) | |
tree | 004e7bf53437bd411ff091138c17768989374ac4 /Lib/cgi.py | |
parent | 503e50b0fa73e3e549dde6cf643bac27f5f6b124 (diff) | |
download | cpython-fa59cd73d4a69ec343c273868e8043ece7be2228.zip cpython-fa59cd73d4a69ec343c273868e8043ece7be2228.tar.gz cpython-fa59cd73d4a69ec343c273868e8043ece7be2228.tar.bz2 |
bump version (sorry)
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -397,7 +397,7 @@ backwards compatible and debugging classes and functions? """ -__version__ = "2.0a3" +__version__ = "2.0b1" # Imports |