Skip to content

Commit

Permalink
v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerYep committed May 16, 2022
1 parent e7be90b commit 884b388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repos:
]

- repo: https://github.com/PyCQA/pylint
rev: v2.13.8
rev: v2.13.9
hooks:
- id: pylint
args: ["--disable=import-error"]
Expand Down
2 changes: 1 addition & 1 deletion torchinfo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"RowSettings",
"Verbosity",
)
__version__ = "1.6.5"
__version__ = "1.6.6"

0 comments on commit 884b388

Please sign in to comment.