Skip to content

Commit f67788f

Browse files
authored
Bumped package versions (#1946)
1 parent a6080d9 commit f67788f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libs/labelbox/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"tqdm>=4.66.2",
1313
"geojson>=3.1.0",
1414
"mypy==1.10.1",
15-
"lbox-clients==1.1.1",
15+
"lbox-clients==1.1.2",
1616
]
1717
readme = "README.md"
1818
requires-python = ">=3.9,<3.14"

libs/lbox-clients/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lbox-clients"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "This module contains client sdk uses to conntect to the Labelbox API and backends"
55
authors = [
66
{ name = "Labelbox", email = "[email protected]" }

libs/lbox-example/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lbox-example"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "An example module which can be used to develop other modules under the lbox namespace"
55
authors = [
66
{ name = "Labelbox", email = "[email protected]" }

0 commit comments

Comments
 (0)