Bump __version__; add authorship note for the BaseServer patch.

This commit is contained in:
Guido van Rossum 2001-01-19 16:45:46 +00:00
parent f5c9e86333
commit 10b04180a0
1 changed files with 2 additions and 1 deletions

View File

@ -118,8 +118,9 @@ BaseServer:
"""
# Author of the BaseServer patch: Luke Kenneth Casson Leighton
__version__ = "0.2"
__version__ = "0.3"
import socket