From 46d4616e2381412ae1f77e46b5e6383530323c7d Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Thu, 6 Feb 2025 20:12:01 +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 80c05e8..408953e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ else: setup( name="diffsynth", - version="1.0.0", + version="1.1.1", description="Enjoy the magic of Diffusion models!", author="Artiprocher", packages=find_packages(),