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"