From 64110b069b4a0df699f6372e12526768c7cd28be Mon Sep 17 00:00:00 2001 From: Qing Date: Mon, 6 May 2024 22:51:55 +0800 Subject: [PATCH] 1.3.2 fix powernet v2 --- iopaint/model/power_paint/v2/__init__.py | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 iopaint/model/power_paint/v2/__init__.py diff --git a/iopaint/model/power_paint/v2/__init__.py b/iopaint/model/power_paint/v2/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 8358c51..d5ba1f1 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def load_requirements(): # https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files setuptools.setup( name="IOPaint", - version="1.3.1", + version="1.3.2", author="PanicByte", author_email="cwq1913@gmail.com", description="Image inpainting, outpainting tool powered by SOTA AI Model",