Set border radius (#84)

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
This commit is contained in:
Freddy Boulton
2025-02-26 11:53:25 -05:00
committed by GitHub
parent c6769fe33f
commit da872627b9
13 changed files with 51 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "fastrtc"
version = "0.0.5.post2"
version = "0.0.6"
description = "The realtime communication library for Python"
readme = "README.md"
license = "apache-2.0"
@@ -83,3 +83,4 @@ packages = ["/backend/fastrtc"]
[tool.ruff]
target-version = "py310"
extend-exclude = ["demo/phonic_chat"]