diff --git a/docs/conf.py b/docs/conf.py index 914c37e54..99380e241 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2024, Labelbox' author = 'Labelbox' -release = '6.4.0' +release = '6.5.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 22c59b59d..b8e95b198 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +# Version 6.5.0 (2025-01-03) +## Added +* Support include predictions in catalog exports([#1935](https://github.com/Labelbox/labelbox-python/pull/1935)) + # Version 6.4.0 (2024-12-19) * Add feature schema attributes to support auto ocr tool in ontologies([#1930](https://github.com/Labelbox/labelbox-python/pull/1930)) * Move to task queue task id to be optional with default as None for better type support ([#1929](https://github.com/Labelbox/labelbox-python/pull/1929)) diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index a5425f9cd..e5012ce68 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.4.0" +version = "6.5.0" description = "Labelbox Python API" authors = [{ name = "Labelbox", email = "engineering@labelbox.com" }] dependencies = [ diff --git a/libs/labelbox/src/labelbox/__init__.py b/libs/labelbox/src/labelbox/__init__.py index 8e79e936d..613d88759 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.4.0" +__version__ = "6.5.0" from labelbox.client import Client from labelbox.schema.annotation_import import (