diff --git a/pyproject.toml b/pyproject.toml index 41a373e..bf2ca72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -Documentation = "https://github.com/unknown/labelme2yolo#readme" -Issues = "https://github.com/unknown/labelme2yolo/issues" -Source = "https://github.com/unknown/labelme2yolo" +Documentation = "https://github.com/greatv/labelme2yolo#readme" +Issues = "https://github.com/greatv/labelme2yolo/issues" +Source = "https://github.com/greatv/labelme2yolo" [tool.hatch.version] path = "src/labelme2yolo/__about__.py" diff --git a/src/labelme2yolo/__about__.py b/src/labelme2yolo/__about__.py index 4f7bd11..d76c17a 100644 --- a/src/labelme2yolo/__about__.py +++ b/src/labelme2yolo/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2022-present Wang Xin # # SPDX-License-Identifier: MIT -__version__ = '0.0.1' +__version__ = '0.0.2'