Skip to content

Commit a7dc48b

Browse files
author
Matt Sokoloff
committed
bump version
1 parent 5cbb8a2 commit a7dc48b

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.0 (2022-06-08)
3+
# Version 3.23.1 (2022-06-08)
44
## Added
55
* `Task` objects now have the following properties:
66
* `errors` - fetch information about why the task failed

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

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

0 commit comments

Comments
 (0)