Change Repo URL (#282)

* Cartesia

* README
This commit is contained in:
Freddy Boulton
2025-04-15 21:48:38 -04:00
committed by GitHub
parent b0a666ef55
commit 72fdc74e82
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "fastrtc"
version = "0.0.20"
version = "0.0.21"
description = "The realtime communication library for Python"
readme = "README.md"
license = "MIT"
@@ -65,8 +65,8 @@ classifiers = [
# encounter your project in the wild.
[project.urls]
repository = "https://github.com/freddyaboulton/fastrtc"
issues = "https://github.com/freddyaboulton/fastrtc/issues"
repository = "https://github.com/gradio-app/fastrtc"
issues = "https://github.com/gradio-app/fastrtc/issues"
Documentation = "https://fastrtc.org/"
[project.optional-dependencies]