We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75145dc commit 02252c3Copy full SHA for 02252c3
roboflow/__init__.py
@@ -14,7 +14,7 @@
14
from roboflow.models import CLIPModel, GazeModel # noqa: F401
15
from roboflow.util.general import write_line
16
17
-__version__ = "1.1.28"
+__version__ = "1.1.29"
18
19
20
def check_key(api_key, model, notebook, num_retries=0):
0 commit comments