Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 12, 2024
1 parent 1d88e0b commit 65ebd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/spandrel/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.3.2"
__version__ = "0.3.3"

from .__helpers.canonicalize import canonicalize_state_dict
from .__helpers.loader import ModelLoader
Expand Down

0 comments on commit 65ebd7e

Please sign in to comment.