From 2690687df2bd6b369b532c61d1a8d338ef1a3cd3 Mon Sep 17 00:00:00 2001 From: Bagheera <59658056+bghira@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:05:58 -0600 Subject: [PATCH 1/2] bump to v0.4.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", From a9c1fd5742ebbf3b5dcb341260907ff7f89f4c1a Mon Sep 17 00:00:00 2001 From: Bagheera <59658056+bghira@users.noreply.github.com> Date: Thu, 24 Apr 2025 15:06:58 -0600 Subject: [PATCH 2/2] bump init version --- runware/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"