Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/labelbox/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"tqdm>=4.66.2",
"geojson>=3.1.0",
"mypy==1.10.1",
"lbox-clients==1.1.1",
"lbox-clients==1.1.2",
]
readme = "README.md"
requires-python = ">=3.9,<3.14"
Expand Down
2 changes: 1 addition & 1 deletion libs/lbox-clients/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lbox-clients"
version = "1.1.1"
version = "1.1.2"
description = "This module contains client sdk uses to conntect to the Labelbox API and backends"
authors = [
{ name = "Labelbox", email = "engineering@labelbox.com" }
Expand Down
2 changes: 1 addition & 1 deletion libs/lbox-example/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lbox-example"
version = "0.1.0"
version = "0.1.1"
description = "An example module which can be used to develop other modules under the lbox namespace"
authors = [
{ name = "Labelbox", email = "engineering@labelbox.com" }
Expand Down
Loading