diff --git a/CITATION.cff b/CITATION.cff index 3164e02cf..2c545a43e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 11.0.6 +cff-version: 11.0.7 preferred-citation: type: software message: "If you use Yolo Tracking, please cite it as below." @@ -6,7 +6,7 @@ preferred-citation: - family-names: Broström given-names: Mikel title: "BoxMOT: pluggable SOTA tracking modules for object detection, segmentation and pose estimation models" - version: 11.0.6 + version: 11.0.7 doi: https://zenodo.org/record/7629840 date-released: 2024-6 license: AGPL-3.0 diff --git a/boxmot/__init__.py b/boxmot/__init__.py index c34cc8a93..c798f4ee8 100644 --- a/boxmot/__init__.py +++ b/boxmot/__init__.py @@ -1,6 +1,6 @@ # Mikel Broström 🔥 Yolo Tracking 🧾 AGPL-3.0 license -__version__ = '11.0.6' +__version__ = '11.0.7' from boxmot.postprocessing.gsi import gsi from boxmot.tracker_zoo import create_tracker, get_tracker_config diff --git a/pyproject.toml b/pyproject.toml index e19698208..168a262f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boxmot" -version = "11.0.6" +version = "11.0.7" description = "BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models" authors = ["Mikel Broström"] license = "AGPL-3.0"