From 43b2a0bd98f7e4a4e28cdaebc9fbdd5325b18c9d Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Mon, 4 Feb 2019 08:54:14 -0500 Subject: [PATCH] minor release due to API change for listen method --- kademlia/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kademlia/__init__.py b/kademlia/__init__.py index bce7672..c70ac2c 100644 --- a/kademlia/__init__.py +++ b/kademlia/__init__.py @@ -2,4 +2,4 @@ Kademlia is a Python implementation of the Kademlia protocol which utilizes the asyncio library. """ -__version__ = "2.0" +__version__ = "2.1"