Skip to content

Commit

Permalink
Update pyproject.toml URLs (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: UltralyticsAssistant <[email protected]>
  • Loading branch information
glenn-jocher and UltralyticsAssistant authored Sep 22, 2024
1 parent 1a53a78 commit 5b566a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ dependencies = [
]

[project.urls]
"Homepage" = "https://ultralytics.com"
"Source" = "https://github.com/ultralytics/thop"
"Documentation" = "https://docs.ultralytics.com"
"Bug Reports" = "https://github.com/ultralytics/thop/issues"
"Funding" = "https://ultralytics.com"
"Source" = "https://github.com/ultralytics/thop/"
"Changelog" = "https://github.com/ultralytics/thop/releases"

[tool.setuptools.dynamic]
version = { attr = "thop.__version__" }
3 changes: 2 additions & 1 deletion thop/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__version__ = "2.0.6"
__version__ = "2.0.7"


import torch

Expand Down

0 comments on commit 5b566a3

Please sign in to comment.