Skip to content

Commit b6cadce

Browse files
committed
Release: 0.1.3
1 parent 3100bc9 commit b6cadce

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
@@ -121,7 +121,7 @@ The class provides functionality to compute previous image according to alpha, b
121121
## Installation
122122

123123
```bash
124-
pip install diffusers # should install diffusers 0.1.2
124+
pip install diffusers # should install diffusers 0.1.3
125125
```
126126

127127

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.1.2",
184+
version="0.1.3",
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_transformers_available, is_unidecode_available
55

66

7-
__version__ = "0.1.2"
7+
__version__ = "0.1.3"
88

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

0 commit comments

Comments
 (0)