Skip to content

Commit 249c06c

Browse files
Release: v0.22.2
1 parent 0ac7d39 commit 249c06c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def run(self):
244244

245245
setup(
246246
name="diffusers",
247-
version="0.22.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)
247+
version="0.22.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)
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.22.1"
1+
__version__ = "0.22.2"
22

33
from typing import TYPE_CHECKING
44

0 commit comments

Comments
 (0)