Skip to content

Commit 31a3a3b

Browse files
committed
chore: bump version to 0.5.5
1 parent 0f27422 commit 31a3a3b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.5]
6+
7+
### Changed
8+
- Relax `aiofiles` and `python-dotenv` pins to `>=` minimums in `setup.py` and `requirements.txt` so the package installs cleanly alongside environments that pin newer compatible releases.
9+
510
## [0.5.4]
611

712
### Added

runware/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.4"
1+
__version__ = "0.5.5"
22

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.5.4",
9+
version="0.5.5",
1010
author="Runware Inc.",
1111
author_email="python.sdk@runware.ai",
1212
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.",

0 commit comments

Comments
 (0)