From 75c3a1622fd8f96f497c8beaf1f4a5e85f594991 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Wed, 15 May 2019 07:41:57 -0500 Subject: [PATCH] Update version to document the great f-string renaissance of 2019. :) --- README.md | 2 +- sherlock.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fe9953..0d6209b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/sherlock.py b/sherlock.py index ae09da6..3b4431a 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.5.10" +__version__ = "0.6.0" amount = 0 BANNER = r'''