Skip to content

Commit 6b02323

Browse files
committed
Release: v0.9.0
1 parent 462a79d commit 6b02323

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
@@ -212,7 +212,7 @@ def run(self):
212212

213213
setup(
214214
name="diffusers",
215-
version="0.9.0.dev0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
215+
version="0.9.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)
216216
description="Diffusers",
217217
long_description=open("README.md", "r", encoding="utf-8").read(),
218218
long_description_content_type="text/markdown",

src/diffusers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
)
1010

1111

12-
__version__ = "0.9.0.dev0"
12+
__version__ = "0.9.0"
1313

1414
from .configuration_utils import ConfigMixin
1515
from .onnx_utils import OnnxRuntimeModel

0 commit comments

Comments
 (0)