Skip to content

Commit 6894056

Browse files
Release: v0.18.2
1 parent c4402da commit 6894056

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

233233
setup(
234234
name="diffusers",
235-
version="0.18.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)
235+
version="0.18.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)
236236
description="Diffusers",
237237
long_description=open("README.md", "r", encoding="utf-8").read(),
238238
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.18.1"
1+
__version__ = "0.18.2"
22

33
from .configuration_utils import ConfigMixin
44
from .utils import (

0 commit comments

Comments
 (0)