From 64eb20e03c1bea0bb178e3eb3dcf3fe2e1637a85 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Fri, 29 Nov 2019 08:08:27 -0600 Subject: [PATCH] Update version. --- README.md | 2 +- sherlock.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06395e63..1ff9f24a 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--print-found] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.9.6) +Sherlock: Find Usernames Across Social Networks (Version 0.9.7) positional arguments: USERNAMES One or more usernames to check with social networks. diff --git a/sherlock.py b/sherlock.py index 1c63fbd8..05eea647 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.6" +__version__ = "0.9.7" amount = 0