From 86186f4b678bc3534fe0fe4a43997bc90cfc45a5 Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Thu, 14 Nov 2024 17:16:45 -0800 Subject: [PATCH] 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 --- torchfix/torchfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchfix/torchfix.py b/torchfix/torchfix.py index a14cd9f..1cb3e69 100644 --- a/torchfix/torchfix.py +++ b/torchfix/torchfix.py @@ -22,7 +22,7 @@ TorchVisionSingletonImportVisitor, ) -__version__ = "0.6.0" +__version__ = "0.7.0" DEPRECATED_CONFIG_PATH = "deprecated_symbols.yaml"