From 8dc39ecdf08115cf11648a20b3bb4fd4f8b9c89a Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 31 Aug 2019 21:00:12 -0500 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 a81d0fd..f00e406 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--print-found] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.8.3) +Sherlock: Find Usernames Across Social Networks (Version 0.8.4) positional arguments: USERNAMES One or more usernames to check with social networks. diff --git a/sherlock.py b/sherlock.py index f7518ae..7230d1c 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.8.3" +__version__ = "0.8.4" amount = 0