Skip to content

Commit

Permalink
version bump 0.14.3 -> 0.14.4
Browse files Browse the repository at this point in the history
Bumping version due to #2106 and #2099
  • Loading branch information
sdushantha committed May 9, 2024
1 parent 5abd758 commit 1c64d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sherlock/sherlock.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from argparse import ArgumentTypeError

module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.14.3"
__version__ = "0.14.4"


class SherlockFuturesSession(FuturesSession):
Expand Down Expand Up @@ -423,7 +423,7 @@ def sherlock(
# Type consistency, allowing for both singlets and lists in manifest
if isinstance(error_codes, int):
error_codes = [error_codes]

if error_codes is not None and r.status_code in error_codes:
query_status = QueryStatus.AVAILABLE
elif r.status_code >= 300 or r.status_code < 200:
Expand Down

0 comments on commit 1c64d37

Please sign in to comment.