Skip to content

Commit

Permalink
bump package version from 0.21.0rc4 to 0.21.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalskiP committed May 13, 2024
1 parent f532489 commit 1939677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supervision"
version = "0.21.0rc4"
version = "0.21.0rc5"
description = "A set of easy-to-use utils that will come in handy in any Computer Vision project"
authors = ["Piotr Skalski <[email protected]>"]
maintainers = ["Piotr Skalski <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion supervision/detection/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def process_roboflow_result(
np.ndarray,
Optional[np.ndarray],
Optional[np.ndarray],
Dict[str, List[np.ndarray]],
Dict[str, Union[List[np.ndarray], np.ndarray]],
]:
if not roboflow_result["predictions"]:
return (
Expand Down

0 comments on commit 1939677

Please sign in to comment.