From 1d5bdc96cf1165f0836fd4a9d33cc56f0e33a512 Mon Sep 17 00:00:00 2001 From: mikel-brostrom Date: Thu, 9 May 2024 08:33:16 +0000 Subject: [PATCH] Bumping version from 10.0.68 to 10.0.69 --- boxmot/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boxmot/__init__.py b/boxmot/__init__.py index d17d494e4..88ab527da 100644 --- a/boxmot/__init__.py +++ b/boxmot/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5fa5d18ae..c7abb8189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"