From 9aeb3126fa83a23a061859e4bd38806176f20f00 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 23 Feb 2020 18:21:43 -0600 Subject: [PATCH] Update version and help text. --- README.md | 2 +- sherlock.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d13da5..410cc51 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--timeout TIMEOUT] [--print-found] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.10.5) +Sherlock: Find Usernames Across Social Networks (Version 0.10.7) positional arguments: USERNAMES One or more usernames to check with social networks. diff --git a/sherlock.py b/sherlock.py index 76fb088..ef08c40 100755 --- a/sherlock.py +++ b/sherlock.py @@ -26,7 +26,7 @@ from torrequest import TorRequest from load_proxies import load_proxies_from_csv, check_proxy_list module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.10.6" +__version__ = "0.10.7" global proxy_list