From 65ebd7e58e89c34a8278cf6a1864275e32b88db3 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Sun, 12 May 2024 19:54:26 +0200 Subject: [PATCH] Bump version to 0.3.3 --- libs/spandrel/spandrel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/spandrel/spandrel/__init__.py b/libs/spandrel/spandrel/__init__.py index 8397d99d..960e39fb 100644 --- a/libs/spandrel/spandrel/__init__.py +++ b/libs/spandrel/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.3.2" +__version__ = "0.3.3" from .__helpers.canonicalize import canonicalize_state_dict from .__helpers.loader import ModelLoader