Skip to content

Commit

Permalink
release (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton authored Mar 7, 2025
1 parent 6748a8d commit 4cac472
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/talk_to_claude/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def output_stream():
import os

if (mode := os.getenv("MODE")) == "UI":
stream.ui.launch(server_port=7860, server_name="0.0.0.0")
stream.ui.launch(server_port=7860)
elif mode == "PHONE":
stream.fastphone(host="0.0.0.0", port=7860)
else:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "fastrtc"
version = "0.0.12"
version = "0.0.13"
description = "The realtime communication library for Python"
readme = "README.md"
license = "apache-2.0"
Expand Down

0 comments on commit 4cac472

Please sign in to comment.