Skip to content

Commit 0566eb6

Browse files
committed
bump version from 2.0.0 to 2.0.1
1 parent fcbbb31 commit 0566eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "trackers"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "A unified library for object tracking featuring clean room re-implementations of leading multi-object tracking algorithms"
55
readme = "README.md"
66
authors = [
@@ -36,7 +36,7 @@ keywords = ["tracking","mot","sort","deepsort", "machine-learning", "deep-learni
3636
dependencies = [
3737
"firerequests>=0.1.2",
3838
"numpy>=2.0.2",
39-
"supervision>=0.26.0rc6",
39+
"supervision>=0.26.0rc7",
4040
"validators>=0.34.0",
4141
]
4242

0 commit comments

Comments
 (0)