From 8bc83fa7790813f3b2f7f229e57ec1182419fa6d Mon Sep 17 00:00:00 2001 From: mikel-brostrom Date: Fri, 2 Aug 2024 07:57:23 +0000 Subject: [PATCH] Bumping version from 10.0.75 to 10.0.76 --- CITATION.cff | 4 ++-- boxmot/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1ad5fc76c..8a75f0ff9 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 10.0.75 +cff-version: 10.0.76 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: 10.0.75 + version: 10.0.76 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 fa155c472..300bcf93e 100644 --- a/boxmot/__init__.py +++ b/boxmot/__init__.py @@ -1,6 +1,6 @@ # Mikel Broström 🔥 Yolo Tracking 🧾 AGPL-3.0 license -__version__ = '10.0.75' +__version__ = '10.0.76' 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 dc22ca553..cc21b8986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boxmot" -version = "10.0.75" +version = "10.0.76" description = "BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models" authors = ["Mikel Broström"] license = "AGPL-3.0"