From 69b818bb3b0bdd6bb00e3e21f6b029042a353d9f Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 8 Dec 2019 07:30:02 -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 0c6c2bc..b4931a1 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.9.13) +Sherlock: Find Usernames Across Social Networks (Version 0.9.14) positional arguments: USERNAMES One or more usernames to check with social networks. diff --git a/sherlock.py b/sherlock.py index 4fd0329..7ebf37c 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.9.13" +__version__ = "0.9.14" global proxy_list