Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Sep 16, 2024
1 parent 0c9a4d9 commit a1db3f5
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.4"
__version__ = "0.4.0"

from .__helpers.canonicalize import canonicalize_state_dict
from .__helpers.loader import ModelLoader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .__helper import EXTRA_REGISTRY, install

__version__ = "0.1.1"
__version__ = "0.2.0"

__all__ = [
"EXTRA_REGISTRY",
Expand Down

0 comments on commit a1db3f5

Please sign in to comment.