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