Skip to content

Commit

Permalink
Bumping version from 10.0.68 to 10.0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed May 9, 2024
1 parent a3f17fd commit 1d5bdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.67'
__version__ = '10.0.69'

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.68"
version = "10.0.69"
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 1d5bdc9

Please sign in to comment.