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 0eda5f0 commit 034023bCopy full SHA for 034023b
examples/model_assisted_labeling/image_mea.ipynb
@@ -29,7 +29,7 @@
29
"metadata": {},
30
"outputs": [],
31
"source": [
32
- "!pip install labelbox==2.6b0 \\\n",
+ "!pip install labelbox==2.6b1 \\\n",
33
" requests \\\n",
34
" ndjson \\\n",
35
" scikit-image \\\n",
labelbox/__init__.py
@@ -1,5 +1,5 @@
1
name = "labelbox"
2
-__version__ = "2.6b0"
+__version__ = "2.6b1"
3
4
from labelbox.client import Client
5
from labelbox.schema.model import Model
0 commit comments