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