Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrodsky committed Dec 12, 2024
1 parent 4f58781 commit 424784b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = 'Python SDK reference'
copyright = '2024, Labelbox'
author = 'Labelbox'
release = '6.2.0'
release = '6.3.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "labelbox"
version = "6.2.0"
version = "6.3.0"
description = "Labelbox Python API"
authors = [{ name = "Labelbox", email = "[email protected]" }]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion libs/labelbox/src/labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 424784b

Please sign in to comment.