Skip to content

Commit 8b5b0a8

Browse files
committed
Bump project version in pyproject.toml
The project version has been upgraded from "0.15.0" to "0.16.0rc1" in the pyproject.toml file. This change signifies the start of a new release candidate cycle.
1 parent 9a7b4c3 commit 8b5b0a8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supervision"
3-
version = "0.15.0"
3+
version = "0.16.0rc1"
44
description = "A set of easy-to-use utils that will come in handy in any Computer Vision project"
55
authors = ["Piotr Skalski <piotr.skalski92@gmail.com>"]
66
maintainers = ["Piotr Skalski <piotr.skalski92@gmail.com>"]

supervision/annotators/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ def __init__(
248248
opacity (float): Opacity of the overlay mask. Must be between `0` and `1`.
249249
color_map (str): Strategy for mapping colors to annotations.
250250
Options are `index`, `class`, or `track`.
251-
kernel_size (int): The size of the average pooling kernel used for creating the halo.
251+
kernel_size (int): The size of the average pooling kernel used for creating
252+
the halo.
252253
"""
253254
self.color: Union[Color, ColorPalette] = color
254255
self.opacity = opacity

0 commit comments

Comments
 (0)