mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 04:13:03 +00:00
Update version to document the great f-string renaissance of 2019. :)
This commit is contained in:
parent
3b6cb1d4d9
commit
75c3a1622f
2 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
|
|||
[--proxy PROXY_URL] [--json JSON_FILE]
|
||||
USERNAMES [USERNAMES ...]
|
||||
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.5.10)
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.6.0)
|
||||
|
||||
positional arguments:
|
||||
USERNAMES One or more usernames to check with social networks.
|
||||
|
|
|
@ -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.5.10"
|
||||
__version__ = "0.6.0"
|
||||
amount = 0
|
||||
|
||||
BANNER = r'''
|
||||
|
|
Loading…
Reference in a new issue