@ -8,7 +8,8 @@ source = "init"
[tool.poetry]
name = "sherlock-project"
version = "0" # single source of truth is __version__.py
# single source of truth for version is __init__.py
version = "0"
description = "Hunt down social media accounts by username across social networks"
license = "MIT"
authors = [
@ -534,7 +534,7 @@ def main():
"-o",
dest="output",
help="If using single username, the output of the result will be saved to this file.",
),
)
parser.add_argument(
"--csv",
action="store_true",