bug fixed

This commit is contained in:
Wang Xin 2022-07-29 21:51:03 +08:00
parent ee76d5da04
commit 3339f66769
2 changed files with 4 additions and 4 deletions

View File

@ -30,9 +30,9 @@ dependencies = [
dynamic = ["version"] dynamic = ["version"]
[project.urls] [project.urls]
Documentation = "https://github.com/unknown/labelme2yolo#readme" Documentation = "https://github.com/greatv/labelme2yolo#readme"
Issues = "https://github.com/unknown/labelme2yolo/issues" Issues = "https://github.com/greatv/labelme2yolo/issues"
Source = "https://github.com/unknown/labelme2yolo" Source = "https://github.com/greatv/labelme2yolo"
[tool.hatch.version] [tool.hatch.version]
path = "src/labelme2yolo/__about__.py" path = "src/labelme2yolo/__about__.py"

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-present Wang Xin <xinwang614@gmail.com> # SPDX-FileCopyrightText: 2022-present Wang Xin <xinwang614@gmail.com>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = '0.0.1' __version__ = '0.0.2'