Merge pull request #2112 from sherlock-project/version-bump

version bump 0.14.3 -> 0.14.4
This commit is contained in:
Siddharth Dushantha 2024-05-09 16:28:40 +00:00 committed by GitHub
commit 66bd3a8c86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ from colorama import init
from argparse import ArgumentTypeError
module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.14.3"
__version__ = "0.14.4"
class SherlockFuturesSession(FuturesSession):