From 4864453e0a2c93299a0e26bb31a561ed59650d51 Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Wed, 2 Apr 2025 16:34:50 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2a429f..6b8414f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ else: setup( name="diffsynth", - version="1.1.2", + version="1.1.3", description="Enjoy the magic of Diffusion models!", author="Artiprocher", packages=find_packages(),