From 92a4bb40985a68decfc38ce3f107187238031044 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Mon, 24 Feb 2025 12:21:54 -0500 Subject: [PATCH] Add cname (#67) Co-authored-by: Freddy Boulton --- CNAME | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..a35e970 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +fastrtc.org \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index eadfa5e..718d92b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "fastrtc" -version = "0.0.3.post11" +version = "0.0.4" description = "The realtime communication library for Python" readme = "README.md" license = "apache-2.0"