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.
2 parents fc6ff5e + b466e9b commit eded4eeCopy full SHA for eded4ee
labelbox/__init__.py
@@ -1,5 +1,5 @@
1
name = "labelbox"
2
-__version__ = "2.4.10"
+__version__ = "2.4.11"
3
4
from labelbox.client import Client
5
from labelbox.schema.bulk_import_request import BulkImportRequest
@@ -15,4 +15,4 @@
15
from labelbox.schema.asset_metadata import AssetMetadata
16
from labelbox.schema.webhook import Webhook
17
from labelbox.schema.prediction import Prediction, PredictionModel
18
-from labelbox.schema.ontology import Ontology
+from labelbox.schema.ontology import Ontology
0 commit comments