mirror of https://github.com/bmuller/kademlia.git
minor release due to API change for listen method
This commit is contained in:
parent
62bdcd852a
commit
43b2a0bd98
|
@ -2,4 +2,4 @@
|
|||
Kademlia is a Python implementation of the Kademlia protocol which
|
||||
utilizes the asyncio library.
|
||||
"""
|
||||
__version__ = "2.0"
|
||||
__version__ = "2.1"
|
||||
|
|
Loading…
Reference in New Issue