Skip to content

Commit 748229e

Browse files
authored
Merge pull request #128 from Runware/release-4-11
merge in referenceImages and advancedFeatures->fluxKontext
2 parents 227b259 + 81bb9ce commit 748229e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .async_retry import *
88

99
__all__ = ["Runware", "IImageBackgroundRemoval"]
10-
__version__ = "0.4.10"
10+
__version__ = "0.4.11"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name="runware",
88
license="MIT",
9-
version="0.4.10",
9+
version="0.4.11",
1010
author="Runware Inc.",
1111
author_email="python.sdk@runware.ai",
1212
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.",

0 commit comments

Comments
 (0)