Skip to content

Commit 0197e0a

Browse files
authored
Merge pull request #611 from Labelbox/jt/3.23.3
v3.23.3
2 parents 4502bf0 + 08a1bbc commit 0197e0a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# Version 3.23.3 (2022-06-23)
4+
5+
## Fix
6+
* Import for `numpy` has been adjusted to work with numpy v.1.23.0
7+
38
# Version 3.23.2 (2022-06-15)
49
## Added
510
* `Data Row` object now has a new field, `metadata`, which returns metadata associated with data row as a list of `DataRowMetadataField`

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.2"
2+
__version__ = "3.23.3"
33

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

0 commit comments

Comments
 (0)