Skip to content

Commit 5a3ad3d

Browse files
committed
chore(build): Bump version
1 parent ead5e76 commit 5a3ad3d

File tree

3 files changed

+9
-92
lines changed

3 files changed

+9
-92
lines changed

censys/search/v2/api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,11 @@ def view_all(self, max_workers: int = 20) -> Dict[str, dict]:
181181
182182
Please note that each result returned by the query will be looked up using the view method.
183183
184+
Args:
185+
max_workers (int): The number of workers to use. Defaults to 20.
186+
184187
Returns:
185188
Dict[str, dict]: Dictionary mapping documents to that document's result set.
186-
max_workers (int): The number of workers to use. Defaults to 20.
187189
"""
188190
threads = []
189191
results = {}

poetry.lock

Lines changed: 4 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "censys"
3-
version = "2.0.9"
3+
version = "2.1.0"
44
description = "An easy-to-use and lightweight API wrapper for Censys APIs (censys.io)."
55
readme = "README.md"
66
authors = ["Censys, Inc. <support@censys.io>"]
@@ -62,7 +62,7 @@ flake8-isort = "^4.1.1"
6262
isort = "^5.10.1"
6363
pep8-naming = "^0.12.1"
6464
flake8-black = "^0.2.3"
65-
black = "^21.11b1"
65+
black = "^21.12b0"
6666
darglint = "^1.8.1"
6767

6868
# Tests

0 commit comments

Comments
 (0)