- set supervision version to 0.2.0

This commit is contained in:
SkalskiP 2023-02-07 19:02:19 +01:00
parent 14d23eb9df
commit fd35ad9653
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.2.0.dev0"
__version__ = "0.2.0"
from supervision.detection.core import BoxAnnotator, Detections
from supervision.detection.polygon_zone import PolygonZone, PolygonZoneAnnotator