Skip to content

Commit 4cac472

Browse files
release (#146)
1 parent 6748a8d commit 4cac472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/talk_to_claude/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async def output_stream():
125125
import os
126126

127127
if (mode := os.getenv("MODE")) == "UI":
128-
stream.ui.launch(server_port=7860, server_name="0.0.0.0")
128+
stream.ui.launch(server_port=7860)
129129
elif mode == "PHONE":
130130
stream.fastphone(host="0.0.0.0", port=7860)
131131
else:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88

99
[project]
1010
name = "fastrtc"
11-
version = "0.0.12"
11+
version = "0.0.13"
1212
description = "The realtime communication library for Python"
1313
readme = "README.md"
1414
license = "apache-2.0"

0 commit comments

Comments
 (0)