Skip to content

Commit 9b14ce3

Browse files
Release: v0.16.1
1 parent 23159f4 commit 9b14ce3

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

227227
setup(
228228
name="diffusers",
229-
version="0.16.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)
229+
version="0.16.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)
230230
description="Diffusers",
231231
long_description=open("README.md", "r", encoding="utf-8").read(),
232232
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.16.0"
1+
__version__ = "0.16.1"
22

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

0 commit comments

Comments
 (0)