From 792f4c9af2f4db9a175f896ff59c3c9c135d174a Mon Sep 17 00:00:00 2001 From: freddyaboulton Date: Fri, 25 Oct 2024 17:21:10 -0700 Subject: [PATCH] add pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddfc887..5e12922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gradio_webrtc" -version = "0.0.9a1" +version = "0.0.9" description = "Stream images in realtime with webrtc" readme = "README.md" license = "apache-2.0"