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 5dbabf0 commit acdf9e1Copy full SHA for acdf9e1
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-# Version 3.0b0
+# Version 3.0.0-rc0
4
## Added
5
* Annotation types
6
- A set of python objects for working with labelbox data
labelbox/__init__.py
@@ -1,5 +1,5 @@
name = "labelbox"
-__version__ = "3.0b0"
+__version__ = "3.0.0-rc0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments