bug fixed
This commit is contained in:
parent
ee76d5da04
commit
3339f66769
|
@ -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"
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue