Bump __version__; add authorship note for the BaseServer patch.
This commit is contained in:
parent
f5c9e86333
commit
10b04180a0
|
@ -118,8 +118,9 @@ BaseServer:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Author of the BaseServer patch: Luke Kenneth Casson Leighton
|
||||||
|
|
||||||
__version__ = "0.2"
|
__version__ = "0.3"
|
||||||
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
|
|
Loading…
Reference in New Issue