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 527dc65 commit b4adf51Copy full SHA for b4adf51
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
-# Version 3.12.1 (2022-02-07)
+# Version 3.13.0 (2022-02-07)
3
## Added
4
* Added `from_shapely` method to create annotation types from Shapely objects
5
* Added `start` and `end` filter on the following methods
labelbox/__init__.py
name = "labelbox"
-__version__ = "3.12.1"
+__version__ = "3.13.0"
from labelbox.schema.project import Project
from labelbox.client import Client
0 commit comments