We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a53a78 commit 5b566a3Copy full SHA for 5b566a3
2 files changed
pyproject.toml
@@ -63,9 +63,11 @@ dependencies = [
63
]
64
65
[project.urls]
66
+"Homepage" = "https://ultralytics.com"
67
+"Source" = "https://github.com/ultralytics/thop"
68
+"Documentation" = "https://docs.ultralytics.com"
69
"Bug Reports" = "https://github.com/ultralytics/thop/issues"
-"Funding" = "https://ultralytics.com"
-"Source" = "https://github.com/ultralytics/thop/"
70
+"Changelog" = "https://github.com/ultralytics/thop/releases"
71
72
[tool.setuptools.dynamic]
73
version = { attr = "thop.__version__" }
thop/__init__.py
@@ -1,4 +1,5 @@
1
-__version__ = "2.0.6"
+__version__ = "2.0.7"
2
+
3
4
import torch
5
0 commit comments