Skip to content

Commit 8e99118

Browse files
[DEV] Bumped version number
1 parent 6305f94 commit 8e99118

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "globox"
7-
version = "2.7.0"
7+
version = "2.8.0"
88
requires-python = ">=3.9"
9-
dependencies = [
10-
"numpy>=1.26",
11-
"tqdm>=4.65",
12-
"rich>=13.3",
13-
]
14-
authors = [{name = "Louis Lac", email = "lac.louis5@gmail.com"}]
15-
maintainers = [{name = "Louis Lac", email = "lac.louis5@gmail.com"}]
9+
dependencies = ["numpy>=1.26", "tqdm>=4.65", "rich>=13.3"]
10+
authors = [{ name = "Louis Lac", email = "lac.louis5@gmail.com" }]
11+
maintainers = [{ name = "Louis Lac", email = "lac.louis5@gmail.com" }]
1612
description = "Globox is a package and command line interface to read and convert object detection databases (COCO, YOLO, PascalVOC, LabelMe, CVAT, OpenImage, ...) and evaluate them with COCO and PascalVOC."
1713
readme = "README.md"
1814
keywords = [
@@ -66,4 +62,4 @@ packages = ["src/globox"]
6662
ignore = ["E741"]
6763

6864
[tool.pytest.ini_options]
69-
testpaths = ["tests/"]
65+
testpaths = ["tests/"]

0 commit comments

Comments
 (0)