Skip to content

Commit

Permalink
chore(build): Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Dec 8, 2021
1 parent ead5e76 commit 5a3ad3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 92 deletions.
4 changes: 3 additions & 1 deletion censys/search/v2/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@ def view_all(self, max_workers: int = 20) -> Dict[str, dict]:
Please note that each result returned by the query will be looked up using the view method.
Args:
max_workers (int): The number of workers to use. Defaults to 20.
Returns:
Dict[str, dict]: Dictionary mapping documents to that document's result set.
max_workers (int): The number of workers to use. Defaults to 20.
"""
threads = []
results = {}
Expand Down
93 changes: 4 additions & 89 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "censys"
version = "2.0.9"
version = "2.1.0"
description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)."
readme = "README.md"
authors = ["Censys, Inc. <[email protected]>"]
Expand Down Expand Up @@ -62,7 +62,7 @@ flake8-isort = "^4.1.1"
isort = "^5.10.1"
pep8-naming = "^0.12.1"
flake8-black = "^0.2.3"
black = "^21.11b1"
black = "^21.12b0"
darglint = "^1.8.1"

# Tests
Expand Down

0 comments on commit 5a3ad3d

Please sign in to comment.