Skip to content

Commit d59e03f

Browse files
author
Val Brodsky
committed
Bump lbox-clients version to 1.0.0
1 parent f2e93a2 commit d59e03f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

libs/labelbox/mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ ignore_errors = True
88

99
[mypy-labelbox]
1010
ignore_errors = True
11-
12-
[mypy-lbox.exceptions]
13-
ignore_missing_imports = True

libs/labelbox/pyproject.toml

Lines changed: 1 addition & 1 deletion
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==0.1.0",
15+
"lbox-clients==1.0.0",
1616
]
1717
readme = "README.md"
1818
requires-python = ">=3.8"

libs/lbox-clients/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lbox-clients"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "This module contains client sdk uses to conntect to the Labelbox API and backends"
55
authors = [
66
{ name = "Labelbox", email = "engineering@labelbox.com" }
@@ -14,7 +14,7 @@ requires-python = ">= 3.8"
1414

1515
classifiers=[
1616
# How mature is this project?
17-
"Development Status :: 3 - Alpha",
17+
"Development Status :: 5 - Production/Stable",
1818
# Indicate who your project is intended for
1919
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2020
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)