minor release due to API change for listen method

This commit is contained in:
Brian Muller 2019-02-04 08:54:14 -05:00
parent 62bdcd852a
commit 43b2a0bd98
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
Kademlia is a Python implementation of the Kademlia protocol which
utilizes the asyncio library.
"""
__version__ = "2.0"
__version__ = "2.1"