mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 04:13:03 +00:00
bump version
This commit is contained in:
parent
fd63e1093f
commit
011df7af55
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ from requests_futures.sessions import FuturesSession
|
||||||
from torrequest import TorRequest
|
from torrequest import TorRequest
|
||||||
|
|
||||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||||
__version__ = "0.4.1"
|
__version__ = "0.4.2"
|
||||||
amount = 0
|
amount = 0
|
||||||
|
|
||||||
BANNER = r'''
|
BANNER = r'''
|
||||||
|
@ -527,4 +527,4 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue