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]