Skip to content

Commit 884b388

Browse files
committed
v1.6.6
1 parent e7be90b commit 884b388

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
]
3737

3838
- repo: https://github.com/PyCQA/pylint
39-
rev: v2.13.8
39+
rev: v2.13.9
4040
hooks:
4141
- id: pylint
4242
args: ["--disable=import-error"]

torchinfo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"RowSettings",
1111
"Verbosity",
1212
)
13-
__version__ = "1.6.5"
13+
__version__ = "1.6.6"

0 commit comments

Comments
 (0)