Skip to content

Commit 538dc16

Browse files
Bumping version from 16.0.2 to 16.0.3
1 parent 3dd2c34 commit 538dc16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 16.0.2
1+
cff-version: 16.0.3
22

33
message: >-
44
If you use this software, please cite it using the
@@ -16,5 +16,5 @@ abstract: >-
1616
title: "BoxMOT: pluggable state-of-the-art multi-object tracking modules"
1717
repository-code: "https://github.com/mikel-brostrom/boxmot"
1818
license: AGPL-3.0
19-
version: 16.0.2
19+
version: 16.0.3
2020
type: software

boxmot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mikel Broström 🔥 BoxMOT 🧾 AGPL-3.0 license
22

3-
__version__ = '16.0.2'
3+
__version__ = '16.0.3'
44

55
from boxmot.engine.results import track
66
from boxmot.reid.core import ReID

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ build-backend = "hatchling.build"
125125

126126
[project]
127127
name = "boxmot"
128-
version = "16.0.2"
128+
version = "16.0.3"
129129
description = "BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models"
130130
readme = "README.md"
131131
requires-python = ">=3.9,<3.13"

0 commit comments

Comments
 (0)