Skip to content

Commit 2ea5eeb

Browse files
committed
Release: v0.7.1
1 parent 7c2a58f commit 2ea5eeb

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

211211
setup(
212212
name="diffusers",
213-
version="0.7.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)
213+
version="0.7.1", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
214214
description="Diffusers",
215215
long_description=open("README.md", "r", encoding="utf-8").read(),
216216
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.7.0"
12+
__version__ = "0.7.1"
1313

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

0 commit comments

Comments
 (0)