diff --git a/CITATION.cff b/CITATION.cff index 9612b8c6e..8f516d92d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 11.0.2 +cff-version: 11.0.3 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.2 + version: 11.0.3 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 4251df753..75b9cca6d 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.2' +__version__ = '11.0.3' 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 3098d2e80..7a6fba110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boxmot" -version = "11.0.2" +version = "11.0.3" description = "BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models" authors = ["Mikel Broström"] license = "AGPL-3.0"