From 868ac51be1ce70cf410a37ab2916278f17962cae Mon Sep 17 00:00:00 2001 From: John Matherly Date: Fri, 17 Aug 2018 20:19:43 -0500 Subject: [PATCH] Release 1.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c52e5e0..88b8511 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'shodan', - version = '1.9.0', + version = '1.9.1', description = 'Python library and command-line utility for Shodan (https://developer.shodan.io)', long_description = README, long_description_content_type = 'text/x-rst',