Skip to content

Commit 0ca1724

Browse files
committed
Patch release: v0.10.2
1 parent 315f376 commit 0ca1724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

219219
setup(
220220
name="diffusers",
221-
version="0.10.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
221+
version="0.10.2", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
222222
description="Diffusers",
223223
long_description=open("README.md", "r", encoding="utf-8").read(),
224224
long_description_content_type="text/markdown",

src/diffusers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.2"
22

33
from .configuration_utils import ConfigMixin
44
from .onnx_utils import OnnxRuntimeModel

0 commit comments

Comments
 (0)