Update version and help text.

This commit is contained in:
Christopher K. Hoadley 2020-02-23 18:21:43 -06:00
parent 7717ce6127
commit 9aeb3126fa
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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