We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34469fe commit 4532802Copy full SHA for 4532802
roboflow/__init__.py
@@ -15,7 +15,7 @@
15
from roboflow.models import CLIPModel, GazeModel # noqa: F401
16
from roboflow.util.general import write_line
17
18
-__version__ = "1.1.68"
+__version__ = "1.2.0"
19
20
21
def check_key(api_key, model, notebook, num_retries=0):
0 commit comments