From a66203a3914b6ee54240b3cdd1b03408c4f11ec7 Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:08:16 +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 408953e..d2a429f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ else: setup( name="diffsynth", - version="1.1.1", + version="1.1.2", description="Enjoy the magic of Diffusion models!", author="Artiprocher", packages=find_packages(),