From 45c105c9f2435ac16d4cbde4c2b0548cf842dd85 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Thu, 21 Sep 2023 18:56:43 +0900 Subject: [PATCH] =?UTF-8?q?=E9=96=8B=E7=99=BA=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=202023.4.0.dev1=20=E3=81=AB?= =?UTF-8?q?=E3=81=82=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a7aa012..56005887 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "sora_sdk" authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }] -version = "2023.4.0.dev0" +version = "2023.4.0.dev1" description = "WebRTC SFU Sora Python SDK" readme = "README.md" license = { file = "LICENSE" }