Skip to content

Commit 375ed39

Browse files
committed
chore: bump version to 0.4.36
1 parent e3e66f4 commit 375ed39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

runware/__init__.py

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

88
__all__ = ["Runware"]
9-
__version__ = "0.4.35"
9+
__version__ = "0.4.36"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
setup(
77
name="runware",
88
license="MIT",
9-
version="0.4.35",
9+
version="0.4.36",
1010
author="Runware Inc.",
1111
author_email="python.sdk@runware.ai",
12-
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.",
12+
description="The Python Runware SDK is used to interact with the Runware API, powered by the Runware inference platform. It supports image generation, video generation, image upscale, video upscale, image caption, video caption, image background removal, video background removal, audio generation, and more. 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 inpainting, outpainting, and a series of other ControlNet models.",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
15-
keywords=["Runware", "stable diffusion", "text to image", "image to text"],
15+
keywords=["Runware", "stable diffusion", "text to image", "image to text", "text to video", "image to video", "video generation", "text to audio", "audio generation", "image upscale", "video upscale", "background removal"],
1616
url="https://github.com/runware/sdk-python",
1717
project_urls={
1818
"Documentation": "https://docs.runware.ai/",

0 commit comments

Comments
 (0)