Skip to content

Commit

Permalink
Merge pull request #114 from Labelbox/ms/increment-version
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
msokoloff1 authored Mar 8, 2021
2 parents fc6ff5e + b466e9b commit eded4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "labelbox"
__version__ = "2.4.10"
__version__ = "2.4.11"

from labelbox.client import Client
from labelbox.schema.bulk_import_request import BulkImportRequest
Expand All @@ -15,4 +15,4 @@
from labelbox.schema.asset_metadata import AssetMetadata
from labelbox.schema.webhook import Webhook
from labelbox.schema.prediction import Prediction, PredictionModel
from labelbox.schema.ontology import Ontology
from labelbox.schema.ontology import Ontology

0 comments on commit eded4ee

Please sign in to comment.