diff --git a/runware/__init__.py b/runware/__init__.py index b4c8502e..f5b71768 100644 --- a/runware/__init__.py +++ b/runware/__init__.py @@ -7,4 +7,4 @@ from .async_retry import * __all__ = ["Runware", "IImageBackgroundRemoval"] -__version__ = "0.4.11" +__version__ = "0.4.12" diff --git a/setup.py b/setup.py index dcb4d527..eecbf8a9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="runware", license="MIT", - version="0.4.11", + version="0.4.12", author="Runware Inc.", author_email="python.sdk@runware.ai", description="The Python Runware SDK is used to run image inference with the Runware API, powered by the Runware inference platform. It can be used to generate images with text-to-image and image-to-image. It also allows the use of an existing gallery of models or selecting any model or LoRA from the CivitAI gallery. The API also supports upscaling, background removal, inpainting and outpainting, and a series of other ControlNet models.",