From 9a39956265b600207c2c139d158f936e44adeac8 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 6 Mar 2023 10:05:39 +0100 Subject: [PATCH] version bump 0.14.1 --> 0.14.2 --- sherlock/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 7256195..9e87124 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.3" +__version__ = "0.14.2" class SherlockFuturesSession(FuturesSession):