Skip to content

Commit

Permalink
Bump pypi version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jan 20, 2024
1 parent 3ee11ea commit b35dc6b
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.1.8"
__version__ = "0.2.0"

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

0 comments on commit b35dc6b

Please sign in to comment.