From 72fdc74e827ce964f6ae6fdbc9b6ea867116210a Mon Sep 17 00:00:00 2001
From: Freddy Boulton <41651716+freddyaboulton@users.noreply.github.com>
Date: Tue, 15 Apr 2025 21:48:38 -0400
Subject: [PATCH] Change Repo URL (#282)
* Cartesia
* README
---
README.md | 2 +-
docs/index.md | 2 +-
mkdocs.yml | 2 +-
pyproject.toml | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 7aa000c..8dacfc5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
diff --git a/docs/index.md b/docs/index.md
index 300f4e9..23d1b83 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -8,7 +8,7 @@
diff --git a/mkdocs.yml b/mkdocs.yml
index be22c8d..b8b0cad 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,7 @@
site_name: FastRTC
site_url: https://fastrtc.org
repo_name: fastrtc
-repo_url: https://github.com/freddyaboulton/fastrtc
+repo_url: https://github.com/gradio-app/fastrtc
theme:
name: material
custom_dir: overrides
diff --git a/pyproject.toml b/pyproject.toml
index e135351..35011f6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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]