Skip to content

Commit 50a742c

Browse files
authored
Release version v0.14.1 (livepeer#897)
* Release version v0.14.1 * lockation lockation lockation
1 parent 661fb55 commit 50a742c

File tree

10 files changed

+43
-43
lines changed

10 files changed

+43
-43
lines changed

live/comfyui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "comfyui-pipeline"
3-
version = "0.1.0"
3+
version = "0.14.1"
44
requires-python = "==3.11.*"
55
dependencies = [
66
"ai-runner[realtime]",

live/comfyui/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

live/streamdiffusion/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "streamdiffusion-pipeline"
3-
version = "0.1.0"
3+
version = "0.14.1"
44
requires-python = "==3.11.*"
55
dependencies = [
66
"ai-runner[realtime]",

live/streamdiffusion/uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ openapi: 3.1.0
33
info:
44
title: Livepeer AI Runner
55
description: An application to run AI pipelines
6-
version: 0.0.0
6+
version: 0.14.1
77
servers:
88
- url: https://dream-gateway.livepeer.cloud
99
description: Livepeer Cloud Community Gateway

runner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0
1+
0.14.1

runner/gateway.openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ openapi: 3.1.0
33
info:
44
title: Livepeer AI Runner
55
description: An application to run AI pipelines
6-
version: 0.14.0
6+
version: 0.14.1
77
servers:
88
- url: https://dream-gateway.livepeer.cloud
99
description: Livepeer Cloud Community Gateway

runner/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ openapi: 3.1.0
33
info:
44
title: Livepeer AI Runner
55
description: An application to run AI pipelines
6-
version: 0.14.0
6+
version: 0.14.1
77
servers:
88
- url: https://dream-gateway.livepeer.cloud
99
description: Livepeer Cloud Community Gateway

runner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ai-runner"
7-
version = "0.1.0"
7+
version = "0.14.1"
88
description = "AI Runner - containerized inference runtime for the Livepeer AI network"
99
requires-python = ">=3.10,<3.12"
1010
dependencies = [

runner/uv.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)