From 9a8d17ec71ed05444d094572cf787e33aa4f4c4b Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 1 May 2024 15:27:23 +0900 Subject: [PATCH] 2024.3.0.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3942b9e..6e0628b 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 = "2024.2.0" +version = "2024.3.0.dev0" description = "WebRTC SFU Sora Python SDK" readme = "README.md" license = { file = "LICENSE" }