Skip to content

Commit 78d287c

Browse files
author
Kevin Kim
committed
Changing version to 3.24.0
1 parent 4e8a399 commit 78d287c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
# Version 3.23.4 (2022-07-06)
3+
# Version 3.24.0 (2022-07-06)
44
## Added
55
* `DataRowMetadataOntology` class now has functions to create/update/delete metadata schema
66
* `create_schema` - Create custom metadata schema

labelbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "labelbox"
2-
__version__ = "3.23.4"
2+
__version__ = "3.24.0"
33

44
from labelbox.client import Client
55
from labelbox.schema.project import Project

0 commit comments

Comments
 (0)