Skip to content

Commit 5143106

Browse files
Bump version (#164)
* Code' * fix
1 parent 24ed2ca commit 5143106

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/fastrtc/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ async def _send(channel: DataChannel) -> None:
6565
)
6666
)
6767

68-
print("current_channel", current_channel.get())
6968
if channel := current_channel.get():
7069
try:
7170
loop = asyncio.get_running_loop()

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.13"
11+
version = "0.0.14"
1212
description = "The realtime communication library for Python"
1313
readme = "README.md"
1414
license = "apache-2.0"

0 commit comments

Comments
 (0)