Skip to content

Commit 9eb389f

Browse files
Merge branch 'main' of https://github.com/huggingface/diffusers into main
2 parents 33108bf + 1578679 commit 9eb389f

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.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)
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)
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
@@ -10,7 +10,7 @@
1010
)
1111

1212

13-
__version__ = "0.7.0.dev0"
13+
__version__ = "0.7.0"
1414

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

0 commit comments

Comments
 (0)