From 55ac9a714db4cff04f17097635a3119b6a8ef541 Mon Sep 17 00:00:00 2001 From: freddyaboulton Date: Fri, 25 Oct 2024 12:18:18 -0700 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f031b0b..0f8ab2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gradio_webrtc" -version = "0.0.7" +version = "0.0.8" description = "Stream images in realtime with webrtc" readme = "README.md" license = "apache-2.0"