Skip to content

Commit 034023b

Browse files
author
Matt Sokoloff
committed
bump version
1 parent 0eda5f0 commit 034023b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/model_assisted_labeling/image_mea.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"!pip install labelbox==2.6b0 \\\n",
32+
"!pip install labelbox==2.6b1 \\\n",
3333
" requests \\\n",
3434
" ndjson \\\n",
3535
" scikit-image \\\n",

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "2.6b0"
2+
__version__ = "2.6b1"
33

44
from labelbox.client import Client
55
from labelbox.schema.model import Model

0 commit comments

Comments
 (0)