diff --git a/docs/conf.py b/docs/conf.py index 1a28e549f..e1e65e074 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ project = 'Python SDK reference' copyright = '2024, Labelbox' author = 'Labelbox' -release = '6.2.0' +release = '6.3.0' # -- General configuration --------------------------------------------------- diff --git a/libs/labelbox/CHANGELOG.md b/libs/labelbox/CHANGELOG.md index 11e8c75c7..2aaac81b6 100644 --- a/libs/labelbox/CHANGELOG.md +++ b/libs/labelbox/CHANGELOG.md @@ -5,7 +5,7 @@ * Group member export([#1925](https://github.com/Labelbox/labelbox-python/pull/1925)) ## Note -* For security reasons, the `Invite` class does not contain actual invite id (uid) any more. This change affects all sdk releases +* The `Invite` class no longer returns the invite ID (uid). # Version 6.2.0 (2024-11-26) ## Added diff --git a/libs/labelbox/pyproject.toml b/libs/labelbox/pyproject.toml index a4280fac0..110a422f6 100644 --- a/libs/labelbox/pyproject.toml +++ b/libs/labelbox/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "labelbox" -version = "6.2.0" +version = "6.3.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 db5641432..8611a1456 100644 --- a/libs/labelbox/src/labelbox/__init__.py +++ b/libs/labelbox/src/labelbox/__init__.py @@ -1,6 +1,6 @@ name = "labelbox" -__version__ = "6.2.0" +__version__ = "6.3.0" from labelbox.client import Client from labelbox.schema.annotation_import import (