Skip to content

Commit f594264

Browse files
Release: v.0.21.4-patch
1 parent edea577 commit f594264

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

245245
setup(
246246
name="diffusers",
247-
version="0.21.3", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
247+
version="0.21.4", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
248248
description="State-of-the-art diffusion in PyTorch and JAX.",
249249
long_description=open("README.md", "r", encoding="utf-8").read(),
250250
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.21.3"
1+
__version__ = "0.21.4"
22

33
from typing import TYPE_CHECKING
44

0 commit comments

Comments
 (0)