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 4e8a399 commit 78d287cCopy full SHA for 78d287c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# Version 3.23.4 (2022-07-06)
+# Version 3.24.0 (2022-07-06)
4
## Added
5
* `DataRowMetadataOntology` class now has functions to create/update/delete metadata schema
6
* `create_schema` - Create custom metadata schema
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.23.4"
+__version__ = "3.24.0"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments