Skip to content

Commit 1909952

Browse files
Release: 0.25.1
1 parent 7ca98a6 commit 1909952

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

252252
setup(
253253
name="diffusers",
254-
version="0.25.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)
254+
version="0.25.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)
255255
description="State-of-the-art diffusion in PyTorch and JAX.",
256256
long_description=open("README.md", "r", encoding="utf-8").read(),
257257
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.25.0"
1+
__version__ = "0.25.1"
22

33
from typing import TYPE_CHECKING
44

0 commit comments

Comments
 (0)