Skip to content

Commit

Permalink
Update version to document the great f-string renaissance of 2019. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoadlck committed May 15, 2019
1 parent 3b6cb1d commit 75c3a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
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'''
Expand Down

0 comments on commit 75c3a16

Please sign in to comment.