Skip to content

Commit ec6b0e5

Browse files
committed
Bump version to 0.4.17
1 parent 1b96950 commit ec6b0e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.16"
9+
__version__ = "0.4.17"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name="runware",
88
license="MIT",
9-
version="0.4.16",
9+
version="0.4.17",
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.",
@@ -36,6 +36,6 @@
3636
install_requires=[
3737
"aiofiles==23.2.1",
3838
"python-dotenv==1.0.1",
39-
"websockets==12.0",
39+
"websockets>=12.0",
4040
],
4141
)

0 commit comments

Comments
 (0)