Skip to content

Commit d9f4857

Browse files
committed
v1.6.0
1 parent 6dd06db commit d9f4857

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["3.6", "3.7", "3.8", "3.9"]
14+
python-version: ["3.7", "3.8", "3.9"]
1515

1616
steps:
1717
- uses: actions/checkout@v2

torchinfo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .torchinfo import summary
55

66
__all__ = ("ModelStatistics", "summary", "ALL_COLUMN_SETTINGS", "ALL_ROW_SETTINGS")
7-
__version__ = "1.5.4"
7+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)