Skip to content

Commit d7634cc

Browse files
committed
Release: 0.27.1-patch
1 parent 1ab57b6 commit d7634cc

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

250250
setup(
251251
name="diffusers",
252-
version="0.27.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)
252+
version="0.27.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)
253253
description="State-of-the-art diffusion in PyTorch and JAX.",
254254
long_description=open("README.md", "r", encoding="utf-8").read(),
255255
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.27.0"
1+
__version__ = "0.27.1"
22

33
from typing import TYPE_CHECKING
44

0 commit comments

Comments
 (0)