Skip to content

Commit

Permalink
Bump version to 0.7.0 (#86)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kit1980 authored Nov 15, 2024
1 parent 9bd4fb5 commit 86186f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchfix/torchfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
TorchVisionSingletonImportVisitor,
)

__version__ = "0.6.0"
__version__ = "0.7.0"

DEPRECATED_CONFIG_PATH = "deprecated_symbols.yaml"

Expand Down

0 comments on commit 86186f4

Please sign in to comment.