Skip to content

Commit d895cdc

Browse files
authored
Python 3.13 update (#68)
1 parent 74bf7d6 commit d895cdc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ classifiers = [
4949
"Programming Language :: Python :: 3.10",
5050
"Programming Language :: Python :: 3.11",
5151
"Programming Language :: Python :: 3.12",
52+
"Programming Language :: Python :: 3.13",
5253
"Topic :: Software Development",
5354
"Topic :: Scientific/Engineering",
5455
"Topic :: Scientific/Engineering :: Artificial Intelligence",

thop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.9"
1+
__version__ = "2.0.10"
22

33

44
import torch

0 commit comments

Comments
 (0)