Skip to content

Commit

Permalink
Release: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten committed Jul 21, 2022
1 parent 5311f56 commit 2f1f7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def run(self):

setup(
name="diffusers",
version="0.1.1",
version="0.1.2",
description="Diffusers",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/diffusers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .utils import is_inflect_available, is_transformers_available, is_unidecode_available


__version__ = "0.1.1"
__version__ = "0.1.2"

from .modeling_utils import ModelMixin
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel
Expand Down

0 comments on commit 2f1f7b0

Please sign in to comment.