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 e530506 commit 43bd3dbCopy full SHA for 43bd3db
docs/conf.py
@@ -16,7 +16,7 @@
16
project = 'Python SDK reference'
17
copyright = '2024, Labelbox'
18
author = 'Labelbox'
19
-release = '6.4.0'
+release = '6.5.0'
20
21
# -- General configuration ---------------------------------------------------
22
libs/labelbox/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "labelbox"
3
-version = "6.4.0"
+version = "6.5.0"
4
description = "Labelbox Python API"
5
authors = [{ name = "Labelbox", email = "[email protected]" }]
6
dependencies = [
libs/labelbox/src/labelbox/__init__.py
-__version__ = "6.4.0"
+__version__ = "6.5.0"
from labelbox.client import Client
from labelbox.schema.annotation_import import (
0 commit comments