From 35f24881685df0345ac92062027ae88ff6d152de Mon Sep 17 00:00:00 2001 From: Sergii Dymchenko Date: Tue, 6 Feb 2024 23:04:03 -0800 Subject: [PATCH] Bump version to 0.4.0 (#25) Preparing 0.4.0 release. --- torchfix/torchfix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchfix/torchfix.py b/torchfix/torchfix.py index e6d01d1..a26097a 100644 --- a/torchfix/torchfix.py +++ b/torchfix/torchfix.py @@ -22,7 +22,7 @@ ) from .visitors.security import TorchUnsafeLoadVisitor -__version__ = "0.3.0" +__version__ = "0.4.0" DEPRECATED_CONFIG_PATH = Path(__file__).absolute().parent / "deprecated_symbols.yaml"