Change version bump from patch to minor

Because this adds a new field, it's a minor version bump
This commit is contained in:
psychedelicious 2023-10-04 19:12:44 +11:00
parent 8c59d2e5af
commit 020d4302d1

View File

@ -28,7 +28,7 @@ if choose_torch_device() == torch.device("mps"):
from torch import mps
@invocation("esrgan", title="Upscale (RealESRGAN)", tags=["esrgan", "upscale"], category="esrgan", version="1.0.1")
@invocation("esrgan", title="Upscale (RealESRGAN)", tags=["esrgan", "upscale"], category="esrgan", version="1.1.0")
class ESRGANInvocation(BaseInvocation):
"""Upscales an image using RealESRGAN."""