Skip to content

Commit

Permalink
Bump to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Feb 7, 2024
1 parent 7a1058d commit 2b8953f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spandrel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b8953f

Please sign in to comment.