Bump version (#164)

* Code'

* fix
This commit is contained in:
Freddy Boulton
2025-03-11 13:05:39 -04:00
committed by GitHub
parent 24ed2ca178
commit 514310691d
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ def _send_log(message: str, type: str) -> None:
)
)
print("current_channel", current_channel.get())
if channel := current_channel.get():
try:
loop = asyncio.get_running_loop()

View File

@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "fastrtc"
version = "0.0.13"
version = "0.0.14"
description = "The realtime communication library for Python"
readme = "README.md"
license = "apache-2.0"