From 7d3b8efef91331794c78bd89cca05846b607ceee Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Sat, 30 Jun 2018 09:27:28 -0400 Subject: [PATCH] Minor version release, due to #52 --- kademlia/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kademlia/__init__.py b/kademlia/__init__.py index 9b33e22..7999eca 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__ = "1.0" +__version__ = "1.1"