From 2b8953f7f203780810c800eb316aac828a475df8 Mon Sep 17 00:00:00 2001 From: Joey Ballentine Date: Tue, 6 Feb 2024 23:59:34 -0500 Subject: [PATCH] Bump to v0.2.2 --- src/spandrel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spandrel/__init__.py b/src/spandrel/__init__.py index 62027fc8..281a8d9a 100644 --- a/src/spandrel/__init__.py +++ b/src/spandrel/__init__.py @@ -2,7 +2,7 @@ Spandrel is a library for loading and running pre-trained PyTorch models. It automatically detects the model architecture and hyper parameters from model files, and provides a unified interface for running models. """ -__version__ = "0.2.1" +__version__ = "0.2.2" from .__helpers.canonicalize import canonicalize_state_dict from .__helpers.loader import ModelLoader