diff --git a/runware/__init__.py b/runware/__init__.py index 36b419a3..be99e0cc 100644 --- a/runware/__init__.py +++ b/runware/__init__.py @@ -7,4 +7,4 @@ from .async_retry import * __all__ = ["Runware", "IImageBackgroundRemoval"] -__version__ = "0.4.8" +__version__ = "0.4.9" diff --git a/setup.py b/setup.py index 27a9186f..771a3965 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="runware", license="MIT", - version="0.4.8", + version="0.4.9", 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.",