Skip to content

Commit c1b378d

Browse files
committed
Release: v0.2.1
1 parent b50a9ae commit c1b378d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The class provides functionality to compute previous image according to alpha, b
123123
**With `pip`**
124124

125125
```bash
126-
pip install --upgrade diffusers # should install diffusers 0.2.0
126+
pip install --upgrade diffusers # should install diffusers 0.2.1
127127
```
128128

129129
**With `conda`**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def run(self):
181181

182182
setup(
183183
name="diffusers",
184-
version="0.2.0",
184+
version="0.2.1",
185185
description="Diffusers",
186186
long_description=open("README.md", "r", encoding="utf-8").read(),
187187
long_description_content_type="text/markdown",

src/diffusers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .utils import is_inflect_available, is_scipy_available, is_transformers_available, is_unidecode_available
55

66

7-
__version__ = "0.2.0"
7+
__version__ = "0.2.1"
88

99
from .modeling_utils import ModelMixin
1010
from .models import AutoencoderKL, UNet2DConditionModel, UNet2DModel, VQModel

0 commit comments

Comments
 (0)