Skip to content

Commit ce5cc6a

Browse files
author
Matt Sokoloff
committed
Merge branch 'develop' of https://github.com/Labelbox/labelbox-python into ms/upload-instructions
2 parents b7f5459 + eded4ee commit ce5cc6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelbox/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "2.4.10"
2+
__version__ = "2.4.11"
33

44
from labelbox.client import Client
55
from labelbox.schema.bulk_import_request import BulkImportRequest
@@ -15,4 +15,4 @@
1515
from labelbox.schema.asset_metadata import AssetMetadata
1616
from labelbox.schema.webhook import Webhook
1717
from labelbox.schema.prediction import Prediction, PredictionModel
18-
from labelbox.schema.ontology import Ontology
18+
from labelbox.schema.ontology import Ontology

0 commit comments

Comments
 (0)