mirror of https://github.com/bmuller/kademlia.git
Minor version release, due to #52
This commit is contained in:
parent
c3b7836eaa
commit
7d3b8efef9
|
@ -2,4 +2,4 @@
|
||||||
Kademlia is a Python implementation of the Kademlia protocol which
|
Kademlia is a Python implementation of the Kademlia protocol which
|
||||||
utilizes the asyncio library.
|
utilizes the asyncio library.
|
||||||
"""
|
"""
|
||||||
__version__ = "1.0"
|
__version__ = "1.1"
|
||||||
|
|
Loading…
Reference in New Issue