From 35c2e313d2b9c778fb4db926dcb4e2de975a09ca Mon Sep 17 00:00:00 2001 From: freddyaboulton Date: Mon, 14 Oct 2024 13:08:35 -0700 Subject: [PATCH] version bump for docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08b5f20..e0ad402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gradio_webrtc" -version = "0.0.4" +version = "0.0.5" description = "Stream images in realtime with webrtc" readme = "README.md" license = "apache-2.0"