Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed May 24, 2023
1 parent 1a43a7c commit cc478ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boxmot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '10.0.4'
__version__ = '10.0.5'

from pathlib import Path

Expand All @@ -19,4 +19,4 @@


__all__ = '__version__', 'StrongSORT', 'OCSORT', 'BYTETracker', 'BoTSORT',\
'DeepOCSORT' # allow simpler import
'DeepOCSORT' # allow simpler import

0 comments on commit cc478ce

Please sign in to comment.