Skip to content

Commit

Permalink
Bump version to 0.3.2 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed May 6, 2024
1 parent fe9ecc5 commit a7389fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"
__version__ = "0.3.2"

from .__helpers.canonicalize import canonicalize_state_dict
from .__helpers.loader import ModelLoader
Expand Down
2 changes: 1 addition & 1 deletion libs/spandrel_extra_arches/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"spandrel>=0.3.0",
"spandrel>=0.3.2",
"torch",
"torchvision",
"numpy",
Expand Down

0 comments on commit a7389fb

Please sign in to comment.