Directory fix for git installs (#355)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-01-14 18:31:25 +01:00 committed by GitHub
parent f8e32c4c13
commit 4962733b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Ultralytics YOLO 🚀, GPL-3.0 license
__version__ = "8.0.5"
__version__ = "8.0.6"
from ultralytics.hub import checks
from ultralytics.yolo.engine.model import YOLO