File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies = [
12
12
" tqdm>=4.66.2" ,
13
13
" geojson>=3.1.0" ,
14
14
" mypy==1.10.1" ,
15
- " lbox-clients==1.1.1 " ,
15
+ " lbox-clients==1.1.2 " ,
16
16
]
17
17
readme = " README.md"
18
18
requires-python = " >=3.9,<3.14"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " lbox-clients"
3
- version = " 1.1.1 "
3
+ version = " 1.1.2 "
4
4
description = " This module contains client sdk uses to conntect to the Labelbox API and backends"
5
5
authors = [
6
6
{ name = " Labelbox" , email = " engineering@labelbox.com" }
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " lbox-example"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " An example module which can be used to develop other modules under the lbox namespace"
5
5
authors = [
6
6
{ name = " Labelbox" , email = " engineering@labelbox.com" }
You can’t perform that action at this time.
0 commit comments