From 58a957785fc3b3b7ef7db2fdab4105660e95ba7c Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Sun, 21 Jan 2024 00:00:36 +0100 Subject: [PATCH] Bump pypi version to v0.2.1 --- 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 2d7ea588..62027fc8 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.0" +__version__ = "0.2.1" from .__helpers.canonicalize import canonicalize_state_dict from .__helpers.loader import ModelLoader