Skip to content

Commit 5b566a3

Browse files
Update pyproject.toml URLs (#57)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
1 parent 1a53a78 commit 5b566a3

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ dependencies = [
6363
]
6464

6565
[project.urls]
66+
"Homepage" = "https://ultralytics.com"
67+
"Source" = "https://github.com/ultralytics/thop"
68+
"Documentation" = "https://docs.ultralytics.com"
6669
"Bug Reports" = "https://github.com/ultralytics/thop/issues"
67-
"Funding" = "https://ultralytics.com"
68-
"Source" = "https://github.com/ultralytics/thop/"
70+
"Changelog" = "https://github.com/ultralytics/thop/releases"
6971

7072
[tool.setuptools.dynamic]
7173
version = { attr = "thop.__version__" }

thop/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
__version__ = "2.0.6"
1+
__version__ = "2.0.7"
2+
23

34
import torch
45

0 commit comments

Comments
 (0)