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 5cbb8a2 commit a7dc48bCopy full SHA for a7dc48b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# Version 3.23.0 (2022-06-08)
+# Version 3.23.1 (2022-06-08)
4
## Added
5
* `Task` objects now have the following properties:
6
* `errors` - fetch information about why the task failed
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.23.0"
+__version__ = "3.23.1"
from labelbox.client import Client
from labelbox.schema.project import Project
0 commit comments