From 3bd5188b3e8431916a194d10a13fddd90e99e47c Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Fri, 13 Mar 2026 19:36:33 +0800 Subject: [PATCH] update to 2.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05269c7..6ccac85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "diffsynth" -version = "2.0.5" +version = "2.0.6" description = "Enjoy the magic of Diffusion models!" authors = [{name = "ModelScope Team"}] license = {text = "Apache-2.0"}