Skip to content

Commit 0691110

Browse files
committed
bump version from 2.2.0rc0 to 2.2.0rc1
1 parent c054329 commit 0691110

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.2.0rc0"
3+
version = "2.2.0rc1"
44
description = "A unified library for object tracking featuring clean room re-implementations of leading multi-object tracking algorithms"
55
readme = "README.md"
66
maintainers = [
@@ -43,7 +43,7 @@ dependencies = [
4343
]
4444

4545
[project.optional-dependencies]
46-
detection = ["inference-models==0.18.6rc8"]
46+
detection = ["inference-models==0.18.6rc14"]
4747

4848
[project.scripts]
4949
trackers = "trackers.scripts.__main__:main"

0 commit comments

Comments
 (0)