File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 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==0.1 .0" ,
15
+ " lbox-clients==1.0 .0" ,
16
16
]
17
17
readme = " README.md"
18
18
requires-python = " >=3.8"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " lbox-clients"
3
- version = " 0.1 .0"
3
+ version = " 1.0 .0"
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" }
@@ -14,7 +14,7 @@ requires-python = ">= 3.8"
14
14
15
15
classifiers =[
16
16
# How mature is this project?
17
- " Development Status :: 3 - Alpha " ,
17
+ " Development Status :: 5 - Production/Stable " ,
18
18
# Indicate who your project is intended for
19
19
" Topic :: Scientific/Engineering :: Artificial Intelligence" ,
20
20
" Topic :: Software Development :: Libraries" ,
You can’t perform that action at this time.
0 commit comments