Skip to content

Commit

Permalink
Bumping version from 10.0.83 to 10.0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed Sep 18, 2024
1 parent 965b5ec commit 3516122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cff-version: 10.0.83
cff-version: 10.0.84
preferred-citation:
type: software
message: "If you use Yolo Tracking, please cite it as below."
authors:
- family-names: Broström
given-names: Mikel
title: "BoxMOT: pluggable SOTA tracking modules for object detection, segmentation and pose estimation models"
version: 10.0.83
version: 10.0.84
doi: https://zenodo.org/record/7629840
date-released: 2024-6
license: AGPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion boxmot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mikel Broström 🔥 Yolo Tracking 🧾 AGPL-3.0 license

__version__ = '10.0.83'
__version__ = '10.0.84'

from boxmot.postprocessing.gsi import gsi
from boxmot.tracker_zoo import create_tracker, get_tracker_config
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "boxmot"
version = "10.0.83"
version = "10.0.84"
description = "BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models"
authors = ["Mikel Broström"]
license = "AGPL-3.0"
Expand Down

0 comments on commit 3516122

Please sign in to comment.