diff --git a/sherlock.py b/sherlock.py index 7cb9a2c8..e41e42c9 100644 --- a/sherlock.py +++ b/sherlock.py @@ -24,7 +24,7 @@ from requests_futures.sessions import FuturesSession from torrequest import TorRequest module_name = "Sherlock: Find Usernames Across Social Networks" -__version__ = "0.4.1" +__version__ = "0.4.2" amount = 0 BANNER = r''' @@ -527,4 +527,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main()