Update version.

This commit is contained in:
Christopher K. Hoadley
2019-08-31 21:00:12 -05:00
parent bc6870c850
commit 8dc39ecdf0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
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.8.3"
__version__ = "0.8.4"
amount = 0