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 8a061c4 commit c8ab5c1Copy full SHA for c8ab5c1
labelbox/__init__.py
@@ -1,5 +1,5 @@
1
name = "labelbox"
2
-__version__ = "2.5.6"
+__version__ = "2.5b0+mea"
3
4
from labelbox.client import Client
5
from labelbox.schema.bulk_import_request import BulkImportRequest
setup.py
@@ -10,7 +10,7 @@
10
long_description = fh.read()
11
12
setuptools.setup(
13
- name="labelbox-mea",
+ name="labelbox",
14
version=SDK_VERSION,
15
author="Labelbox",
16
author_email="engineering@labelbox.com",
0 commit comments