ultralytics 8.0.130 revert 'Fix PyPI build warnings' updates (#3585)

This commit is contained in:
Glenn Jocher
2023-07-07 15:53:38 +02:00
committed by GitHub
parent abb0939fe8
commit b8cc404ebf
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Ultralytics YOLO 🚀, AGPL-3.0 license
__version__ = '8.0.129'
__version__ = '8.0.130'
from ultralytics.hub import start
from ultralytics.vit.rtdetr import RTDETR