Skip to content

Commit

Permalink
Release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-l committed Aug 16, 2022
1 parent 513f1fb commit ea2e177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The class provides functionality to compute previous image according to alpha, b
**With `pip`**

```bash
pip install diffusers # should install diffusers 0.1.3
pip install --upgrade diffusers # should install diffusers 0.2.0
```

**With `conda`**
Expand Down
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.3",
version="0.2.0",
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_scipy_available, is_transformers_available, is_unidecode_available


__version__ = "0.1.3"
__version__ = "0.2.0"

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

0 comments on commit ea2e177

Please sign in to comment.