Skip to content

Commit 86186f4

Browse files
authored
Bump version to 0.7.0 (#86)
Preparing 0.7.0 release - Updated libCST dependency to 1.5.0 to support running on Python 3.13 - Added `torch.matrix_rank` and `torch.lstsq` to the list of deprecated/removed APIs
1 parent 9bd4fb5 commit 86186f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchfix/torchfix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
TorchVisionSingletonImportVisitor,
2323
)
2424

25-
__version__ = "0.6.0"
25+
__version__ = "0.7.0"
2626

2727
DEPRECATED_CONFIG_PATH = "deprecated_symbols.yaml"
2828

0 commit comments

Comments
 (0)