Bump to 0.15.0

pull/2191/head
Paul Pfeister 5 months ago
parent 61ef8eb3c3
commit 6d6e17c22f
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -7,4 +7,4 @@ networks.
__shortname__ = "Sherlock"
__longname__ = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.14.4"
__version__ = "0.15.0"

@ -26,7 +26,8 @@ del __version__
from .__init__ import ( # noqa: E402
__longname__,
__version__
__shortname__,
__version__,
)
from requests_futures.sessions import FuturesSession # noqa: E402
@ -523,7 +524,7 @@ def main():
parser.add_argument(
"--version",
action="version",
version=f"Sherlock v{__version__}",
version=f"{__shortname__} v{__version__}",
help="Display version information and dependencies.",
)
parser.add_argument(

Loading…
Cancel
Save