From d7fce940473848072e8deda541f02f403daa1e87 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 12 Mar 2023 22:07:23 +0100 Subject: [PATCH] version bump 0.14.2 -> 0.14.3 --- sherlock/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 9e871243..72561950 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -28,7 +28,7 @@ from sites import SitesInformation from colorama import init module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.14.2" +__version__ = "0.14.3" class SherlockFuturesSession(FuturesSession):