Compare commits

...

1 Commits

Author SHA1 Message Date
Sayak Paul
c37c840b1b update 2023-09-27 22:13:19 +05:30
2 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ install_requires = [
setup(
name="diffusers",
version="0.21.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)
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)
description="State-of-the-art diffusion in PyTorch and JAX.",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",

View File

@@ -1,4 +1,4 @@
__version__ = "0.21.2"
__version__ = "0.21.3"
from typing import TYPE_CHECKING