From 53fe42af1b4b6785e2900dca5c45ef8d01a832a0 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Fri, 30 Jan 2026 13:49:27 +0800 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de82279..9a5075b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "diffsynth" -version = "2.0.3" +version = "2.0.4" description = "Enjoy the magic of Diffusion models!" authors = [{name = "ModelScope Team"}] license = {text = "Apache-2.0"}